summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/config/socfpga-base/features/altera/board-common.cfg
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2016-03-09 09:48:30 -0800
committerDalon Westergreen <dwesterg@gmail.com>2016-03-09 09:48:30 -0800
commit9a380b942aa9d1047ac01be35ca088c6c6603516 (patch)
tree93ee28915ec27093e83d1f8d05a1b89ea2b476d2 /recipes-kernel/linux/config/socfpga-base/features/altera/board-common.cfg
parent6a2bec38f7a68a7f7f0028c15562489b75e733bd (diff)
downloadmeta-altera-9a380b942aa9d1047ac01be35ca088c6c6603516.tar.gz
Use KBUILD_DEFCONFIG instead of in recipe kernel metadata for kernel configuration. Use of in kernel source defconfigs will create tested configurations of the kernel, and still allow additional features to be enabled using cfg files
Diffstat (limited to 'recipes-kernel/linux/config/socfpga-base/features/altera/board-common.cfg')
-rw-r--r--recipes-kernel/linux/config/socfpga-base/features/altera/board-common.cfg27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-kernel/linux/config/socfpga-base/features/altera/board-common.cfg b/recipes-kernel/linux/config/socfpga-base/features/altera/board-common.cfg
deleted file mode 100644
index c5a989d..0000000
--- a/recipes-kernel/linux/config/socfpga-base/features/altera/board-common.cfg
+++ /dev/null
@@ -1,27 +0,0 @@
1# Ethernet PHYs
2CONFIG_PHYLIB=y
3CONFIG_MARVELL_PHY=y
4CONFIG_MICREL_PHY=y
5
6# EEPROM
7CONFIG_EEPROM_AT24=y
8
9# MTD
10CONFIG_MTD=y
11CONFIG_MTD_OF_PARTS=y
12
13# RTC drivers
14CONFIG_RTC_DRV_DS1307=y
15
16CONFIG_NEWHAVEN_LCD=y
17
18CONFIG_PMBUS=y
19CONFIG_SENSORS_LTC2978=y
20
21CONFIG_MTD_M25P80=y
22CONFIG_M25PXX_USE_FAST_READ=y
23
24CONFIG_SENSORS_MAX1619=y
25
26CONFIG_I2C_CHARDEV=y
27CONFIG_SPI_SPIDEV=y