aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg')
-rw-r--r--recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg
new file mode 100644
index 00000000..464f945b
--- /dev/null
+++ b/recipes-kernel/linux/config/xilinx-common/bsp/xilinx/soc/microblaze.cfg
@@ -0,0 +1,31 @@
+
+# Arch Feature Selections
+CONFIG_MMU=y
+
+# Default Arch Configuration
+CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR=1
+CONFIG_XILINX_MICROBLAZE0_USE_PCMP_INSTR=1
+CONFIG_XILINX_MICROBLAZE0_USE_BARREL=1
+CONFIG_XILINX_MICROBLAZE0_USE_DIV=0
+CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL=0
+CONFIG_XILINX_MICROBLAZE0_USE_FPU=0
+
+# Memory
+CONFIG_HIGHMEM=y
+
+# OF Scan serial devices
+CONFIG_SERIAL_OF_PLATFORM=y
+
+# Xilinx SYSACE (MicroBlaze only)
+CONFIG_XILINX_SYSACE=y
+
+# Xilinx HW-ICAP (MicroBlaze only)
+CONFIG_XILINX_HWICAP=y
+
+# Disable VT (Non-Functional with MicroBlaze)
+CONFIG_VT=n
+# Disable FTRACE, does not work with MicroBlaze
+CONFIG_FTRACE=n
+# Not supported on MicroBlaze
+CONFIG_SERIO_I8042=n
+