aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/config/xilinx-common/features/xilinx/board-common.cfg8
-rw-r--r--recipes-kernel/linux/config/xilinx-common/features/xilinx/xilinx-ip.cfg3
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 @@
# Common drivers for Zynq Boards
+CONFIG_LEGACY_PTYS=n
+
# Ethernet PHYs
CONFIG_PHYLIB=y
CONFIG_MARVELL_PHY=y
@@ -15,6 +17,12 @@ CONFIG_I2C_MUX_PCA954x=y
CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_AT25=y
+# MTD
+CONFIG_MTD=y
+CONFIG_MTD_M25P80=y
+CONFIG_MTD_CFI=y
+CONFIG_MTD_CFI_AMDSTD=y
+
# Hardware monitors
CONFIG_PMBUS=y
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
# Xilinx SYSACE
CONFIG_XILINX_SYSACE=y
+# Xilinx HW-ICAP
+CONFIG_XILINX_HWICAP=y
+