]> git.baikalelectronics.ru Git - kernel.git/commit
char: nvram: disable on ARM
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 6 Feb 2018 22:05:34 +0000 (23:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Mar 2018 17:01:42 +0000 (18:01 +0100)
commita44d20bcbecd260cb1c50380718898765d1b886f
treeeb2d9a7d17a8faa42b3a755fbc64cbe53989dcea
parent4ee216337d605e764af74e6bcb5cd997d9016a00
char: nvram: disable on ARM

/dev/nvram was never meant to be used alongside the RTC CMOS driver from
drivers/rtc as it already expose the NVRAM through another interface..
Anyway, the last defconfig to enable it properly was removed in 2010 so
prevent ARM users from selecting it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/Kconfig