X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fh8300%2FKconfig;h=cabf0bfffc534a06b1e9850d8d814cd98fa988a4;hb=d6b861c6402307e30c7df24dcda911df64a5f9d6;hp=375f2a8ff3b54efbdb3debf0db09acc67ec8e0bc;hpb=9f02d6b7b43d46a74dd385f06090104ecd0fb807;p=powerpc.git diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 375f2a8ff3..cabf0bfffc 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -21,10 +21,6 @@ config FPU bool default n -config UID16 - bool - default y - config RWSEM_GENERIC_SPINLOCK bool default y @@ -33,10 +29,22 @@ config RWSEM_XCHGADD_ALGORITHM bool default n +config GENERIC_FIND_NEXT_BIT + bool + default y + +config GENERIC_HWEIGHT + bool + default y + config GENERIC_CALIBRATE_DELAY bool default y +config TIME_LOW_RES + bool + default y + config ISA bool default y @@ -181,6 +189,8 @@ source "drivers/serial/Kconfig" source "drivers/i2c/Kconfig" +source "drivers/hwmon/Kconfig" + source "drivers/usb/Kconfig" endmenu