X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=arch%2Fh8300%2FKconfig;h=1734d96422c60f82219e779d57bae3c81fac525b;hb=5f286e113fa377e50bd18fc45e5a0d4d83f6950c;hp=26698a49f1535883d01a4a6031db7d08aeda284c;hpb=22a4427972af371fddb49c0184a93851ad51070d;p=safe%2Fjmp%2Flinux-2.6 diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 26698a4..1734d96 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -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,33 @@ 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_CALIBRATE_DELAY bool default y +config TIME_LOW_RES + bool + default y + +config NO_IOPORT + def_bool y + config ISA bool default y