]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: kconfig cleanups
authorPalmer Dabbelt <palmer@sifive.com>
Tue, 20 Feb 2018 18:51:19 +0000 (10:51 -0800)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 20 Feb 2018 18:51:19 +0000 (10:51 -0800)
commit2c848762495f1f50e2abbf09610f176c34a11de6
treef93b4571780a2f478f388adf1d188b0e6a438ea4
parentbcac507057f6668c45308343ba41f4c91a086136
parent7127900234af54474b17ab8d3ec364f363d3de07
RISC-V: kconfig cleanups

These three kconfig cleanups were found by ulfalyzer.  They're all
things we were selecting that were undefined, either because they'd been
remove upstream or are part of a future RISC-V submission.

* ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE is obselete.
* RISCV_IRQ_INTC is the old name for our interrupt controller driver,
  it'll be changed for the final submission and doesn't exist now.
* ARCH_WANT_OPTIONAL_GPIOLIB is obselete.