comparison sources/patches/linux-sh4noexpert.patch @ 1672:3c45686b2a8a

linux 3.15
author Rob Landley <rob@landley.net>
date Fri, 15 Aug 2014 18:46:51 -0500
parents e29e0ca60d74
children
comparison
equal deleted inserted replaced
1671:d201f0baf0b6 1672:3c45686b2a8a
1 Forcing sh4 into CONFIG_EXPERT mode just because it's sh4 is weird. Stop it. 1 Forcing sh4 into CONFIG_EXPERT mode just because it's sh4 is weird. Stop it.
2 2
3 diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig 3 --- linux/arch/sh/Kconfig
4 index 834b67c..7d0d44d 100644 4 +++ linux/arch/sh/Kconfig
5 --- a/arch/sh/Kconfig
6 +++ b/arch/sh/Kconfig
7 @@ -1,7 +1,7 @@ 5 @@ -1,7 +1,7 @@
8 config SUPERH 6 config SUPERH
9 def_bool y 7 def_bool y
10 select ARCH_MIGHT_HAVE_PC_PARPORT 8 select ARCH_MIGHT_HAVE_PC_PARPORT
11 - select EXPERT 9 - select EXPERT
12 + select HAVE_PATA_PLATFORM 10 + select HAVE_PATA_PLATFORM
13 select CLKDEV_LOOKUP 11 select CLKDEV_LOOKUP
14 select HAVE_IDE if HAS_IOPORT 12 select HAVE_IDE if HAS_IOPORT_MAP
15 select HAVE_MEMBLOCK 13 select HAVE_MEMBLOCK