mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
bd5f62605f
Remove old, dead Kconfig options (in order appearing in this commit): - EXPERIMENTAL is gone since v3.9; - INET_LRO: commit7bbf3cae65
("ipv4: Remove inet_lro library"); - MTD_CONCAT: commitf53fdebcc3
("mtd: drop MTD_CONCAT from Kconfig entirely"); - MTD_PARTITIONS: commit6a8a98b22b
("mtd: kill CONFIG_MTD_PARTITIONS"); - MTD_CHAR: commit660685d9d1
("mtd: merge mtdchar module with mtdcore"); - NETDEV_1000 and NETDEV_10000: commitf860b0522f
("drivers/net: Kconfig and Makefile cleanup"); NET_ETHERNET should be replaced with just ETHERNET but that is separate change; - INOTIFY: commit2dfc1cae4c
("inotify: remove inotify in kernel interface"); - MISC_DEVICES: commit7c5763b845
("drivers: misc: Remove MISC_DEVICES config option"); - HID_SUPPORT: commit1f41a6a994
("HID: Fix the generic Kconfig options"); - BT_L2CAP and BT_SCO: commitf1e91e1640
("Bluetooth: Always compile SCO and L2CAP in Bluetooth Core"); - DEBUG_ERRORS: commitb025a3f836
("ARM: 6876/1: Kconfig.debug: Remove unused CONFIG_DEBUG_ERRORS"); - USB_DEVICE_CLASS: commit007bab9132
("USB: remove CONFIG_USB_DEVICE_CLASS"); - RCU_CPU_STALL_DETECTOR: commita00e0d714f
("rcu: Remove conditional compilation for RCU CPU stall warnings"); - SYSCTL_SYSCALL_CHECK: commit7c60c48f58
("sysctl: Improve the sysctl sanity checks"); - IP_NF_QUEUE: commit3dd6664fac
("netfilter: remove unused "config IP_NF_QUEUE""); - IP_NF_TARGET_ULOG: commitd4da843e6f
("netfilter: kill remnants of ulog targets"); - IP6_NF_QUEUE: commitd16cf20e2f
("netfilter: remove ip_queue support"); - IP6_NF_TARGET_LOG: commit6939c33a75
("netfilter: merge ipt_LOG and ip6_LOG into xt_LOG"); - USB_LED: commita335aaf312
("usb: misc: remove outdated USB LED driver"); - MMC_UNSAFE_RESUME: commit2501c9179d
("mmc: core: Use MMC_UNSAFE_RESUME as default behavior"); - AUTOFS_FS: commit561c5cf923
("staging: Remove autofs3"); - DISPLAY_SUPPORT: commit5a6b5e02d6
("fbdev: remove display subsystem"); - CFG80211_REG_DEBUG: commitc799ba6eab
("cfg80211: remove CFG80211_REG_DEBUG"); - VIDEO_OUTPUT_CONTROL: commitf167a64e9d
("video / output: Drop display output class support"); - USB_LIBUSUAL: commitf61870ee6f
("usb: remove libusual"); - CRYPTO_ZLIB: commit110492183c
("crypto: compress - remove unused pcomp interface"); - BLK_DEV_UB: commit68a5059ecf
("block: remove the deprecated ub driver"); Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> [for vexpress] Acked-by: Liviu Dudau <liviu.dudau@arm.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
175 lines
4.5 KiB
Plaintext
175 lines
4.5 KiB
Plaintext
CONFIG_CROSS_COMPILE="arm-linux-gnueabihf-"
|
|
CONFIG_HIGH_RES_TIMERS=y
|
|
CONFIG_BLK_DEV_INITRD=y
|
|
# CONFIG_RD_BZIP2 is not set
|
|
# CONFIG_RD_LZMA is not set
|
|
# CONFIG_RD_XZ is not set
|
|
# CONFIG_RD_LZO is not set
|
|
# CONFIG_RD_LZ4 is not set
|
|
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
|
|
# CONFIG_UID16 is not set
|
|
# CONFIG_BASE_FULL is not set
|
|
# CONFIG_FUTEX is not set
|
|
# CONFIG_EPOLL is not set
|
|
# CONFIG_SIGNALFD is not set
|
|
# CONFIG_EVENTFD is not set
|
|
# CONFIG_AIO is not set
|
|
CONFIG_EMBEDDED=y
|
|
# CONFIG_VM_EVENT_COUNTERS is not set
|
|
# CONFIG_SLUB_DEBUG is not set
|
|
# CONFIG_LBDAF is not set
|
|
# CONFIG_BLK_DEV_BSG is not set
|
|
# CONFIG_IOSCHED_DEADLINE is not set
|
|
# CONFIG_IOSCHED_CFQ is not set
|
|
# CONFIG_MMU is not set
|
|
CONFIG_ARM_SINGLE_ARMV7M=y
|
|
CONFIG_ARCH_LPC18XX=y
|
|
CONFIG_SET_MEM_PARAM=y
|
|
CONFIG_DRAM_BASE=0x28000000
|
|
CONFIG_DRAM_SIZE=0x02000000
|
|
CONFIG_FLASH_MEM_BASE=0x1b000000
|
|
CONFIG_FLASH_SIZE=0x00080000
|
|
CONFIG_PREEMPT=y
|
|
CONFIG_ZBOOT_ROM_TEXT=0x0
|
|
CONFIG_ZBOOT_ROM_BSS=0x0
|
|
CONFIG_ARM_APPENDED_DTB=y
|
|
CONFIG_BINFMT_FLAT=y
|
|
CONFIG_BINFMT_ZFLAT=y
|
|
CONFIG_BINFMT_SHARED_FLAT=y
|
|
# CONFIG_COREDUMP is not set
|
|
CONFIG_NET=y
|
|
CONFIG_PACKET=y
|
|
CONFIG_UNIX=y
|
|
CONFIG_INET=y
|
|
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
|
|
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
|
|
# CONFIG_INET_XFRM_MODE_BEET is not set
|
|
# CONFIG_INET_DIAG is not set
|
|
# CONFIG_IPV6 is not set
|
|
# CONFIG_WIRELESS is not set
|
|
CONFIG_DEVTMPFS=y
|
|
CONFIG_DEVTMPFS_MOUNT=y
|
|
# CONFIG_FW_LOADER is not set
|
|
CONFIG_MTD=y
|
|
CONFIG_MTD_BLOCK=y
|
|
CONFIG_MTD_CFI=y
|
|
CONFIG_MTD_CFI_INTELEXT=y
|
|
CONFIG_MTD_CFI_AMDSTD=y
|
|
CONFIG_MTD_CFI_STAA=y
|
|
CONFIG_MTD_PHYSMAP=y
|
|
CONFIG_MTD_PHYSMAP_OF=y
|
|
CONFIG_MTD_SPI_NOR=y
|
|
# CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set
|
|
CONFIG_SPI_NXP_SPIFI=y
|
|
CONFIG_BLK_DEV_RAM=y
|
|
CONFIG_SRAM=y
|
|
CONFIG_EEPROM_AT24=y
|
|
CONFIG_SCSI=y
|
|
CONFIG_BLK_DEV_SD=y
|
|
# CONFIG_SCSI_LOWLEVEL is not set
|
|
CONFIG_NETDEVICES=y
|
|
# CONFIG_NET_VENDOR_ARC is not set
|
|
# CONFIG_NET_CADENCE is not set
|
|
# CONFIG_NET_VENDOR_BROADCOM is not set
|
|
# CONFIG_NET_VENDOR_CIRRUS is not set
|
|
# CONFIG_NET_VENDOR_FARADAY is not set
|
|
# CONFIG_NET_VENDOR_HISILICON is not set
|
|
# CONFIG_NET_VENDOR_INTEL is not set
|
|
# CONFIG_NET_VENDOR_MARVELL is not set
|
|
# CONFIG_NET_VENDOR_MICREL is not set
|
|
# CONFIG_NET_VENDOR_MICROCHIP is not set
|
|
# CONFIG_NET_VENDOR_NATSEMI is not set
|
|
# CONFIG_NET_VENDOR_QUALCOMM is not set
|
|
# CONFIG_NET_VENDOR_ROCKER is not set
|
|
# CONFIG_NET_VENDOR_SAMSUNG is not set
|
|
# CONFIG_NET_VENDOR_SEEQ is not set
|
|
# CONFIG_NET_VENDOR_SMSC is not set
|
|
CONFIG_STMMAC_ETH=y
|
|
# CONFIG_NET_VENDOR_VIA is not set
|
|
# CONFIG_NET_VENDOR_WIZNET is not set
|
|
CONFIG_SMSC_PHY=y
|
|
# CONFIG_USB_NET_DRIVERS is not set
|
|
# CONFIG_WLAN is not set
|
|
# CONFIG_INPUT_MOUSEDEV is not set
|
|
CONFIG_INPUT_EVDEV=y
|
|
# CONFIG_KEYBOARD_ATKBD is not set
|
|
CONFIG_KEYBOARD_GPIO=y
|
|
CONFIG_KEYBOARD_GPIO_POLLED=y
|
|
# CONFIG_INPUT_MOUSE is not set
|
|
# CONFIG_SERIO is not set
|
|
# CONFIG_VT is not set
|
|
# CONFIG_UNIX98_PTYS is not set
|
|
# CONFIG_LEGACY_PTYS is not set
|
|
CONFIG_SERIAL_NONSTANDARD=y
|
|
# CONFIG_DEVKMEM is not set
|
|
CONFIG_SERIAL_8250=y
|
|
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
|
|
CONFIG_SERIAL_8250_CONSOLE=y
|
|
CONFIG_SERIAL_OF_PLATFORM=y
|
|
# CONFIG_HW_RANDOM is not set
|
|
CONFIG_I2C=y
|
|
CONFIG_I2C_LPC2K=y
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_PL022=y
|
|
CONFIG_GPIOLIB=y
|
|
CONFIG_GPIO_SYSFS=y
|
|
CONFIG_GPIO_74XX_MMIO=y
|
|
CONFIG_GPIO_PCF857X=y
|
|
CONFIG_SENSORS_JC42=y
|
|
CONFIG_SENSORS_LM75=y
|
|
CONFIG_WATCHDOG=y
|
|
CONFIG_LPC18XX_WATCHDOG=y
|
|
CONFIG_REGULATOR=y
|
|
CONFIG_REGULATOR_FIXED_VOLTAGE=y
|
|
CONFIG_FB=y
|
|
CONFIG_FB_ARMCLCD=y
|
|
CONFIG_USB=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
|
CONFIG_USB_EHCI_HCD_PLATFORM=y
|
|
CONFIG_USB_STORAGE=y
|
|
CONFIG_MMC=y
|
|
CONFIG_MMC_DW=y
|
|
CONFIG_NEW_LEDS=y
|
|
CONFIG_LEDS_CLASS=y
|
|
CONFIG_LEDS_PCA9532=y
|
|
CONFIG_LEDS_PCA9532_GPIO=y
|
|
CONFIG_LEDS_GPIO=y
|
|
CONFIG_LEDS_TRIGGERS=y
|
|
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
|
CONFIG_RTC_CLASS=y
|
|
CONFIG_RTC_DRV_LPC24XX=y
|
|
CONFIG_DMADEVICES=y
|
|
CONFIG_AMBA_PL08X=y
|
|
CONFIG_LPC18XX_DMAMUX=y
|
|
CONFIG_MEMORY=y
|
|
CONFIG_ARM_PL172_MPMC=y
|
|
CONFIG_PWM=y
|
|
CONFIG_PWM_LPC18XX_SCT=y
|
|
CONFIG_IIO=y
|
|
CONFIG_MMA7455_I2C=y
|
|
CONFIG_LPC18XX_ADC=y
|
|
CONFIG_LPC18XX_DAC=y
|
|
CONFIG_IIO_SYSFS_TRIGGER=y
|
|
CONFIG_PHY_LPC18XX_USB_OTG=y
|
|
CONFIG_NVMEM=y
|
|
CONFIG_NVMEM_LPC18XX_EEPROM=y
|
|
CONFIG_EXT2_FS=y
|
|
# CONFIG_FILE_LOCKING is not set
|
|
# CONFIG_DNOTIFY is not set
|
|
# CONFIG_INOTIFY_USER is not set
|
|
CONFIG_JFFS2_FS=y
|
|
# CONFIG_NETWORK_FILESYSTEMS is not set
|
|
CONFIG_PRINTK_TIME=y
|
|
CONFIG_DEBUG_INFO=y
|
|
# CONFIG_ENABLE_WARN_DEPRECATED is not set
|
|
# CONFIG_ENABLE_MUST_CHECK is not set
|
|
CONFIG_DEBUG_FS=y
|
|
CONFIG_MAGIC_SYSRQ=y
|
|
# CONFIG_SCHED_DEBUG is not set
|
|
# CONFIG_DEBUG_BUGVERBOSE is not set
|
|
CONFIG_DEBUG_LL=y
|
|
CONFIG_EARLY_PRINTK=y
|
|
CONFIG_CRC_ITU_T=y
|
|
CONFIG_CRC7=y
|