char: genrtc: replace blacklist with whitelist
authorArnd Bergmann <arnd@arndb.de>
Wed, 2 Mar 2016 09:48:51 +0000 (10:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 5 Mar 2016 20:19:39 +0000 (12:19 -0800)
commitba6ed7e1ec8624ef21b077272fd0126c95c4e0e0
tree7946f92165b2a1cb6e7344ccdda1a08b850d2c72
parentca48fa22c3ed3b7b062bc6fa7b72493c00571e33
char: genrtc: replace blacklist with whitelist

Every new architecture has to add itself to the growing list of those
that do not support the old "generic" RTC driver.

This replaces the long list of architectures that don't support it
with a shorter list of those that do.

The list is taken from those architectures that have a non-empty
asm/rtc.h header file and were not explicitly blacklisted.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/Kconfig
This page took 0.02471 seconds and 5 git commands to generate.