diff options
author | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-12-03 14:30:15 +1000 |
---|---|---|
committer | Nathan Rossi <nathan.rossi@xilinx.com> | 2014-12-05 15:56:36 +1000 |
commit | e6b87588627769844f29c491a28f43a37ddad96b (patch) | |
tree | f3acde67f9b4760cf9e730f0770c67f050985182 | |
parent | 464125b9b3ccb453c136bd79fd0461d9e3bdd7af (diff) | |
download | meta-xilinx-e6b87588627769844f29c491a28f43a37ddad96b.tar.gz |
linux/configs: Update config fragments
* Add MTD configs to board-common.cfg
* Add HW-ICAP config for xilinx-ip.cfg
Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r-- | recipes-kernel/linux/config/xilinx-common/features/xilinx/board-common.cfg | 8 | ||||
-rw-r--r-- | recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/recipes-kernel/linux/config/xilinx-common/features/xilinx/board-common.cfg b/recipes-kernel/linux/config/xilinx-common/features/xilinx/board-common.cfg index c2afc9a8..022c1d19 100644 --- a/recipes-kernel/linux/config/xilinx-common/features/xilinx/board-common.cfg +++ b/recipes-kernel/linux/config/xilinx-common/features/xilinx/board-common.cfg | |||
@@ -1,5 +1,7 @@ | |||
1 | # Common drivers for Zynq Boards | 1 | # Common drivers for Zynq Boards |
2 | 2 | ||
3 | CONFIG_LEGACY_PTYS=n | ||
4 | |||
3 | # Ethernet PHYs | 5 | # Ethernet PHYs |
4 | CONFIG_PHYLIB=y | 6 | CONFIG_PHYLIB=y |
5 | CONFIG_MARVELL_PHY=y | 7 | CONFIG_MARVELL_PHY=y |
@@ -15,6 +17,12 @@ CONFIG_I2C_MUX_PCA954x=y | |||
15 | CONFIG_EEPROM_AT24=y | 17 | CONFIG_EEPROM_AT24=y |
16 | CONFIG_EEPROM_AT25=y | 18 | CONFIG_EEPROM_AT25=y |
17 | 19 | ||
20 | # MTD | ||
21 | CONFIG_MTD=y | ||
22 | CONFIG_MTD_M25P80=y | ||
23 | CONFIG_MTD_CFI=y | ||
24 | CONFIG_MTD_CFI_AMDSTD=y | ||
25 | |||
18 | # Hardware monitors | 26 | # Hardware monitors |
19 | CONFIG_PMBUS=y | 27 | CONFIG_PMBUS=y |
20 | CONFIG_SENSORS_PMBUS=y | 28 | CONFIG_SENSORS_PMBUS=y |
diff --git a/recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg b/recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg index 858a91d6..b72c3841 100644 --- a/recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg +++ b/recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg | |||
@@ -51,3 +51,6 @@ CONFIG_XILINX_XADC=y | |||
51 | # Xilinx SYSACE | 51 | # Xilinx SYSACE |
52 | CONFIG_XILINX_SYSACE=y | 52 | CONFIG_XILINX_SYSACE=y |
53 | 53 | ||
54 | # Xilinx HW-ICAP | ||
55 | CONFIG_XILINX_HWICAP=y | ||
56 | |||