mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
6a108a14fa
The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option is used to configure any non-standard kernel with a much larger scope than only small devices. This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes references to the option throughout the kernel. A new CONFIG_EMBEDDED option is added that automatically selects CONFIG_EXPERT when enabled and can be used in the future to isolate options that should only be considered for embedded systems (RISC architectures, SLOB, etc). Calling the option "EXPERT" more accurately represents its intention: only expert users who understand the impact of the configuration changes they are making should enable it. Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: David Woodhouse <david.woodhouse@intel.com> Signed-off-by: David Rientjes <rientjes@google.com> Cc: Greg KH <gregkh@suse.de> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jens Axboe <axboe@kernel.dk> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Robin Holt <holt@sgi.com> Cc: <linux-arch@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
119 lines
2.7 KiB
Plaintext
119 lines
2.7 KiB
Plaintext
CONFIG_EXPERIMENTAL=y
|
|
CONFIG_SYSVIPC=y
|
|
CONFIG_LOG_BUF_SHIFT=14
|
|
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
|
CONFIG_EXPERT=y
|
|
# CONFIG_KALLSYMS is not set
|
|
# CONFIG_COMPAT_BRK is not set
|
|
CONFIG_SLAB=y
|
|
CONFIG_MODULES=y
|
|
CONFIG_MODULE_UNLOAD=y
|
|
CONFIG_MODULE_FORCE_UNLOAD=y
|
|
# CONFIG_BLK_DEV_BSG is not set
|
|
# CONFIG_IOSCHED_DEADLINE is not set
|
|
# CONFIG_IOSCHED_CFQ is not set
|
|
CONFIG_ARCH_PXA=y
|
|
CONFIG_ARCH_PXA_ESERIES=y
|
|
# CONFIG_ARM_THUMB is not set
|
|
CONFIG_IWMMXT=y
|
|
CONFIG_PCCARD=y
|
|
CONFIG_PCMCIA=m
|
|
CONFIG_PCMCIA_PXA2XX=m
|
|
CONFIG_AEABI=y
|
|
CONFIG_ZBOOT_ROM_TEXT=0x0
|
|
CONFIG_ZBOOT_ROM_BSS=0x0
|
|
CONFIG_KEXEC=y
|
|
CONFIG_FPE_NWFPE=y
|
|
CONFIG_BINFMT_MISC=y
|
|
CONFIG_PM=y
|
|
CONFIG_NET=y
|
|
CONFIG_UNIX=y
|
|
CONFIG_INET=y
|
|
# CONFIG_INET_LRO is not set
|
|
# CONFIG_IPV6 is not set
|
|
CONFIG_IRDA=y
|
|
CONFIG_IRLAN=m
|
|
CONFIG_IRCOMM=m
|
|
CONFIG_IRDA_ULTRA=y
|
|
CONFIG_IRDA_CACHE_LAST_LSAP=y
|
|
CONFIG_IRDA_FAST_RR=y
|
|
CONFIG_PXA_FICP=y
|
|
CONFIG_CFG80211=m
|
|
CONFIG_MAC80211=m
|
|
CONFIG_MAC80211_RC_PID=y
|
|
# CONFIG_MAC80211_RC_MINSTREL is not set
|
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
|
# CONFIG_STANDALONE is not set
|
|
CONFIG_MTD=m
|
|
CONFIG_MTD_NAND=m
|
|
CONFIG_MTD_NAND_TMIO=m
|
|
CONFIG_BLK_DEV_LOOP=m
|
|
# CONFIG_SCSI_PROC_FS is not set
|
|
CONFIG_BLK_DEV_SD=m
|
|
# CONFIG_SCSI_LOWLEVEL is not set
|
|
CONFIG_ATA=m
|
|
# CONFIG_SATA_PMP is not set
|
|
CONFIG_PATA_PCMCIA=m
|
|
CONFIG_NETDEVICES=y
|
|
# CONFIG_NETDEV_1000 is not set
|
|
# CONFIG_NETDEV_10000 is not set
|
|
CONFIG_HERMES=m
|
|
CONFIG_PCMCIA_HERMES=m
|
|
CONFIG_NET_PCMCIA=y
|
|
# CONFIG_INPUT_MOUSEDEV is not set
|
|
CONFIG_INPUT_EVDEV=m
|
|
# CONFIG_KEYBOARD_ATKBD is not set
|
|
CONFIG_KEYBOARD_GPIO=m
|
|
# CONFIG_INPUT_MOUSE is not set
|
|
CONFIG_INPUT_TOUCHSCREEN=y
|
|
CONFIG_TOUCHSCREEN_WM97XX=m
|
|
# CONFIG_SERIO is not set
|
|
CONFIG_SERIAL_PXA=y
|
|
# CONFIG_LEGACY_PTYS is not set
|
|
# CONFIG_HW_RANDOM is not set
|
|
# CONFIG_HWMON is not set
|
|
CONFIG_MFD_T7L66XB=y
|
|
CONFIG_MFD_TC6387XB=y
|
|
CONFIG_MFD_TC6393XB=y
|
|
CONFIG_FB=y
|
|
CONFIG_FB_PXA=y
|
|
CONFIG_FB_W100=y
|
|
CONFIG_BACKLIGHT_LCD_SUPPORT=y
|
|
CONFIG_LCD_CLASS_DEVICE=y
|
|
CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
|
# CONFIG_VGA_CONSOLE is not set
|
|
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
CONFIG_FONTS=y
|
|
CONFIG_FONT_MINI_4x6=y
|
|
CONFIG_SOUND=y
|
|
CONFIG_SND=m
|
|
CONFIG_SND_MIXER_OSS=m
|
|
CONFIG_SND_PCM_OSS=m
|
|
CONFIG_SND_DYNAMIC_MINORS=y
|
|
CONFIG_SND_VERBOSE_PRINTK=y
|
|
# CONFIG_SND_PCMCIA is not set
|
|
CONFIG_SND_SOC=m
|
|
CONFIG_SND_PXA2XX_SOC=m
|
|
CONFIG_SND_PXA2XX_SOC_E800=m
|
|
# CONFIG_USB_SUPPORT is not set
|
|
CONFIG_MMC=y
|
|
CONFIG_MMC_UNSAFE_RESUME=y
|
|
CONFIG_MMC_TMIO=y
|
|
CONFIG_EXT2_FS=y
|
|
CONFIG_EXT3_FS=m
|
|
CONFIG_INOTIFY=y
|
|
CONFIG_VFAT_FS=y
|
|
CONFIG_TMPFS=y
|
|
CONFIG_NFS_FS=y
|
|
CONFIG_NFS_V3=y
|
|
CONFIG_PARTITION_ADVANCED=y
|
|
CONFIG_NLS_CODEPAGE_437=y
|
|
CONFIG_NLS_ISO8859_1=y
|
|
# CONFIG_ENABLE_WARN_DEPRECATED is not set
|
|
# CONFIG_ENABLE_MUST_CHECK is not set
|
|
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
|
|
CONFIG_SYSCTL_SYSCALL_CHECK=y
|
|
CONFIG_CRYPTO_CBC=m
|
|
CONFIG_CRYPTO_PCBC=m
|
|
# CONFIG_CRYPTO_ANSI_CPRNG is not set
|