X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fh8300%2FKconfig;h=618dbad696f6d535f3fa55ce07cfae23289d7cfa;hb=542f739d12159e3198611aa471359cc63600be1a;hp=cabf0bfffc534a06b1e9850d8d814cd98fa988a4;hpb=e02a4cabfcb9a999b74a2e2e6f13ffcb7ff2d606;p=linux-2.6 diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index cabf0bfffc..618dbad696 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -17,6 +17,10 @@ config SWAP bool default n +config ZONE_DMA + bool + default y + config FPU bool default n @@ -29,6 +33,14 @@ 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 @@ -37,14 +49,25 @@ 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