diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-05-15 03:11:49 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-06-04 00:59:46 -0400 |
commit | a44e437ac63184aaeb7cd8f76fb8907c75842f29 (patch) | |
tree | 76600e207dccbc4dae388f3e754759e9b1001e85 | |
parent | fad01e866afdbe01a1f3ec06a39c3a8b9e197014 (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_defconfig | 1 | ||||
-rw-r--r-- | arch/microblaze/configs/nommu_defconfig | 1 |
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 | |||
49 | CONFIG_SERIAL_8250_CONSOLE=y | 49 | CONFIG_SERIAL_8250_CONSOLE=y |
50 | CONFIG_SERIAL_UARTLITE=y | 50 | CONFIG_SERIAL_UARTLITE=y |
51 | CONFIG_SERIAL_UARTLITE_CONSOLE=y | 51 | CONFIG_SERIAL_UARTLITE_CONSOLE=y |
52 | CONFIG_SERIAL_OF_PLATFORM=y | ||
52 | # CONFIG_HW_RANDOM is not set | 53 | # CONFIG_HW_RANDOM is not set |
53 | CONFIG_XILINX_HWICAP=y | 54 | CONFIG_XILINX_HWICAP=y |
54 | CONFIG_I2C=y | 55 | CONFIG_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 | |||
58 | CONFIG_SERIAL_8250_CONSOLE=y | 58 | CONFIG_SERIAL_8250_CONSOLE=y |
59 | CONFIG_SERIAL_UARTLITE=y | 59 | CONFIG_SERIAL_UARTLITE=y |
60 | CONFIG_SERIAL_UARTLITE_CONSOLE=y | 60 | CONFIG_SERIAL_UARTLITE_CONSOLE=y |
61 | CONFIG_SERIAL_OF_PLATFORM=y | ||
61 | # CONFIG_HW_RANDOM is not set | 62 | # CONFIG_HW_RANDOM is not set |
62 | CONFIG_XILINX_HWICAP=y | 63 | CONFIG_XILINX_HWICAP=y |
63 | CONFIG_I2C=y | 64 | CONFIG_I2C=y |