Pull thermal into release branch
[linux-drm-fsl-dcu.git] / arch / h8300 / Kconfig
index 375f2a8ff3b54efbdb3debf0db09acc67ec8e0bc..618dbad696f6d535f3fa55ce07cfae23289d7cfa 100644 (file)
@@ -17,13 +17,13 @@ config SWAP
        bool
        default n
 
-config FPU
+config ZONE_DMA
        bool
-       default n
+       default y
 
-config UID16
+config FPU
        bool
-       default y
+       default n
 
 config RWSEM_GENERIC_SPINLOCK
        bool
@@ -33,10 +33,41 @@ config RWSEM_XCHGADD_ALGORITHM
        bool
        default n
 
+config ARCH_HAS_ILOG2_U32
+       bool
+       default n
+
+config ARCH_HAS_ILOG2_U64
+       bool
+       default n
+
+config GENERIC_FIND_NEXT_BIT
+       bool
+       default y
+
+config GENERIC_HWEIGHT
+       bool
+       default y
+
+config GENERIC_HARDIRQS
+       bool
+       default y
+
 config GENERIC_CALIBRATE_DELAY
        bool
        default y
 
+config GENERIC_TIME
+       bool
+       default y
+
+config TIME_LOW_RES
+       bool
+       default y
+
+config NO_IOPORT
+       def_bool y
+
 config ISA
        bool
        default y
@@ -181,6 +212,8 @@ source "drivers/serial/Kconfig"
 
 source "drivers/i2c/Kconfig"
 
+source "drivers/hwmon/Kconfig"
+
 source "drivers/usb/Kconfig"
 
 endmenu