aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-05-15 03:11:49 -0400
committerMichal Simek <michal.simek@xilinx.com>2014-06-04 00:59:46 -0400
commita44e437ac63184aaeb7cd8f76fb8907c75842f29 (patch)
tree76600e207dccbc4dae388f3e754759e9b1001e85
parentfad01e866afdbe01a1f3ec06a39c3a8b9e197014 (diff)
microblaze: Enable SERIAL_OF_PLATFORM
SERIAL_OF_PLATFORM is required for getting 8250 to work. Reported-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--arch/microblaze/configs/mmu_defconfig1
-rw-r--r--arch/microblaze/configs/nommu_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/configs/mmu_defconfig b/arch/microblaze/configs/mmu_defconfig
index deaf45ab6429..e2f6543b91e7 100644
--- a/arch/microblaze/configs/mmu_defconfig
+++ b/arch/microblaze/configs/mmu_defconfig
@@ -49,6 +49,7 @@ CONFIG_SERIAL_8250=y
49CONFIG_SERIAL_8250_CONSOLE=y 49CONFIG_SERIAL_8250_CONSOLE=y
50CONFIG_SERIAL_UARTLITE=y 50CONFIG_SERIAL_UARTLITE=y
51CONFIG_SERIAL_UARTLITE_CONSOLE=y 51CONFIG_SERIAL_UARTLITE_CONSOLE=y
52CONFIG_SERIAL_OF_PLATFORM=y
52# CONFIG_HW_RANDOM is not set 53# CONFIG_HW_RANDOM is not set
53CONFIG_XILINX_HWICAP=y 54CONFIG_XILINX_HWICAP=y
54CONFIG_I2C=y 55CONFIG_I2C=y
diff --git a/arch/microblaze/configs/nommu_defconfig b/arch/microblaze/configs/nommu_defconfig
index 10b5172283d7..a29ebd4a9fcb 100644
--- a/arch/microblaze/configs/nommu_defconfig
+++ b/arch/microblaze/configs/nommu_defconfig
@@ -58,6 +58,7 @@ CONFIG_SERIAL_8250=y
58CONFIG_SERIAL_8250_CONSOLE=y 58CONFIG_SERIAL_8250_CONSOLE=y
59CONFIG_SERIAL_UARTLITE=y 59CONFIG_SERIAL_UARTLITE=y
60CONFIG_SERIAL_UARTLITE_CONSOLE=y 60CONFIG_SERIAL_UARTLITE_CONSOLE=y
61CONFIG_SERIAL_OF_PLATFORM=y
61# CONFIG_HW_RANDOM is not set 62# CONFIG_HW_RANDOM is not set
62CONFIG_XILINX_HWICAP=y 63CONFIG_XILINX_HWICAP=y
63CONFIG_I2C=y 64CONFIG_I2C=y