2006-11-11 23:11:02 +00:00
|
|
|
source "tmp/.config-target.in"
|
2006-07-20 21:06:47 +00:00
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
# Kernel/Hardware features
|
|
|
|
|
|
|
|
config LINUX_2_4
|
|
|
|
bool
|
|
|
|
|
|
|
|
config LINUX_2_6
|
|
|
|
bool
|
|
|
|
|
2008-06-03 09:29:58 +00:00
|
|
|
config HAS_FPU
|
|
|
|
bool
|
|
|
|
|
2007-10-25 21:08:46 +00:00
|
|
|
config DISPLAY_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2008-04-20 09:46:45 +00:00
|
|
|
config GPIO_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
config PCI_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2009-06-02 09:54:45 +00:00
|
|
|
config PCIE_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
config PCMCIA_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2006-08-27 13:32:10 +00:00
|
|
|
config USB_SUPPORT
|
|
|
|
bool
|
|
|
|
|
2006-05-30 19:38:38 +00:00
|
|
|
config BIG_ENDIAN
|
|
|
|
bool
|
2006-04-20 23:03:42 +00:00
|
|
|
|
2009-03-18 15:57:18 +00:00
|
|
|
config USES_INITRAMFS
|
|
|
|
bool
|
|
|
|
|
2006-09-23 22:03:23 +00:00
|
|
|
config USES_SQUASHFS
|
|
|
|
bool
|
|
|
|
|
|
|
|
config USES_JFFS2
|
|
|
|
bool
|
|
|
|
|
2006-10-17 01:25:20 +00:00
|
|
|
config USES_EXT2
|
|
|
|
bool
|
|
|
|
|
2007-07-18 14:11:44 +00:00
|
|
|
config USES_TGZ
|
|
|
|
bool
|
|
|
|
|
2008-01-29 13:56:43 +00:00
|
|
|
config USES_CPIOGZ
|
|
|
|
bool
|
|
|
|
|
2007-02-22 03:56:54 +00:00
|
|
|
config PROFILE_KCONFIG
|
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
# Architecture selection
|
|
|
|
|
|
|
|
config i386
|
|
|
|
bool
|
2007-07-08 16:11:40 +00:00
|
|
|
|
|
|
|
config i686
|
|
|
|
bool
|
|
|
|
|
2009-06-21 18:34:07 +00:00
|
|
|
config m68k
|
|
|
|
select BIG_ENDIAN
|
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
config mips
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-04-20 23:03:42 +00:00
|
|
|
bool
|
|
|
|
|
|
|
|
config mipsel
|
|
|
|
bool
|
|
|
|
|
2009-04-18 17:03:55 +00:00
|
|
|
config mips64
|
|
|
|
select BIG_ENDIAN
|
|
|
|
bool
|
|
|
|
|
|
|
|
config mips64el
|
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
config arm
|
2006-04-08 17:33:18 +00:00
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
config armeb
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-01-10 20:45:12 +00:00
|
|
|
bool
|
2006-04-20 23:03:42 +00:00
|
|
|
|
2007-06-08 10:44:01 +00:00
|
|
|
config avr32
|
|
|
|
select BIG_ENDIAN
|
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
config cris
|
|
|
|
bool
|
|
|
|
|
|
|
|
config m68k
|
|
|
|
bool
|
|
|
|
|
|
|
|
config powerpc
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-04-20 23:03:42 +00:00
|
|
|
bool
|
|
|
|
|
|
|
|
config sh3
|
|
|
|
bool
|
|
|
|
|
|
|
|
config sh3eb
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-04-20 23:03:42 +00:00
|
|
|
bool
|
|
|
|
|
|
|
|
config sh4
|
|
|
|
bool
|
|
|
|
|
|
|
|
config sh4eb
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-04-20 23:03:42 +00:00
|
|
|
bool
|
|
|
|
|
|
|
|
config sparc
|
2006-10-03 19:09:39 +00:00
|
|
|
select BIG_ENDIAN
|
2006-04-20 23:03:42 +00:00
|
|
|
bool
|
|
|
|
|
2007-02-28 18:25:14 +00:00
|
|
|
config x86_64
|
|
|
|
bool
|
|
|
|
|
2006-04-20 23:03:42 +00:00
|
|
|
config ARCH
|
|
|
|
string
|
|
|
|
default "arm" if arm
|
|
|
|
default "armeb" if armeb
|
2007-06-08 10:44:01 +00:00
|
|
|
default "avr32" if avr32
|
2006-04-20 23:03:42 +00:00
|
|
|
default "cris" if cris
|
|
|
|
default "i386" if i386
|
2007-07-08 16:11:40 +00:00
|
|
|
default "i686" if i686
|
2006-04-20 23:03:42 +00:00
|
|
|
default "m68k" if m68k
|
|
|
|
default "mips" if mips
|
2006-10-07 10:11:54 +00:00
|
|
|
default "mipsel" if mipsel
|
2009-04-18 17:03:55 +00:00
|
|
|
default "mips64" if mips64
|
|
|
|
default "mips64el" if mips64el
|
2006-04-20 23:03:42 +00:00
|
|
|
default "powerpc" if powerpc
|
|
|
|
default "sh3" if sh3
|
|
|
|
default "sh3eb" if sh3eb
|
|
|
|
default "sh4" if sh4
|
|
|
|
default "sh4eb" if sh4eb
|
|
|
|
default "sparc" if sparc
|
2007-02-28 18:25:14 +00:00
|
|
|
default "x86_64" if x86_64
|
2006-04-20 23:03:42 +00:00
|
|
|
|