123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- config H8300
- bool
- default y
- select HAVE_IDE
- select GENERIC_ATOMIC64
- select HAVE_UID16
- select VIRT_TO_BUS
- select ARCH_WANT_IPC_PARSE_VERSION
- select GENERIC_IRQ_SHOW
- select GENERIC_CPU_DEVICES
- select MODULES_USE_ELF_RELA
- select OLD_SIGSUSPEND3
- select OLD_SIGACTION
- select HAVE_UNDERSCORE_SYMBOL_PREFIX
- config MMU
- bool
- default n
- config SWAP
- bool
- default n
- config ZONE_DMA
- bool
- default y
- config FPU
- bool
- default n
- config RWSEM_GENERIC_SPINLOCK
- bool
- default y
- 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_HWEIGHT
- bool
- default y
- config GENERIC_CALIBRATE_DELAY
- bool
- default y
- config GENERIC_BUG
- bool
- depends on BUG
- config TIME_LOW_RES
- bool
- default y
- config NO_IOPORT
- def_bool y
- config NO_DMA
- def_bool y
- config ISA
- bool
- default y
- config PCI
- bool
- default n
- config HZ
- int
- default 100
- source "init/Kconfig"
- source "kernel/Kconfig.freezer"
- source "arch/h8300/Kconfig.cpu"
- menu "Executable file formats"
- source "fs/Kconfig.binfmt"
- endmenu
- source "net/Kconfig"
- source "drivers/Kconfig"
- source "arch/h8300/Kconfig.ide"
- source "fs/Kconfig"
- source "arch/h8300/Kconfig.debug"
- source "security/Kconfig"
- source "crypto/Kconfig"
- source "lib/Kconfig"
|