Kconfig (0b6c404a07e3240b95aa5682fb8fd57c41609d7a) | Kconfig (786d35d45cc40b2a51a18f73e14e135d47fdced7) |
---|---|
1config FRAME_POINTER 2 def_bool n 3 4config ZONE_DMA 5 def_bool y 6 7config XTENSA 8 def_bool y 9 select HAVE_IDE 10 select GENERIC_ATOMIC64 11 select HAVE_GENERIC_HARDIRQS 12 select GENERIC_IRQ_SHOW 13 select GENERIC_CPU_DEVICES | 1config FRAME_POINTER 2 def_bool n 3 4config ZONE_DMA 5 def_bool y 6 7config XTENSA 8 def_bool y 9 select HAVE_IDE 10 select GENERIC_ATOMIC64 11 select HAVE_GENERIC_HARDIRQS 12 select GENERIC_IRQ_SHOW 13 select GENERIC_CPU_DEVICES |
14 select MODULES_USE_ELF_RELA |
|
14 help 15 Xtensa processors are 32-bit RISC machines designed by Tensilica 16 primarily for embedded systems. These processors are both 17 configurable and extensible. The Linux port to the Xtensa 18 architecture supports all processor configurations and extensions, 19 with reasonable minimum requirements. The Xtensa Linux project has 20 a home page at <http://xtensa.sourceforge.net/>. 21 --- 230 unchanged lines hidden --- | 15 help 16 Xtensa processors are 32-bit RISC machines designed by Tensilica 17 primarily for embedded systems. These processors are both 18 configurable and extensible. The Linux port to the Xtensa 19 architecture supports all processor configurations and extensions, 20 with reasonable minimum requirements. The Xtensa Linux project has 21 a home page at <http://xtensa.sourceforge.net/>. 22 --- 230 unchanged lines hidden --- |