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