view sources/patches/linux-sh4noexpert.patch @ 1746:5f84cad1fdc9 draft

Make the usr/ move only apply to native-compiler.sh and not cross-compiler.sh (which is a wrapper around native-compiler.sh).
author Rob Landley <rob@landley.net>
date Mon, 23 Feb 2015 01:00:31 -0600
parents 3c45686b2a8a
children
line wrap: on
line source

Forcing sh4 into CONFIG_EXPERT mode just because it's sh4 is weird. Stop it.

--- linux/arch/sh/Kconfig
+++ linux/arch/sh/Kconfig
@@ -1,7 +1,7 @@
 config SUPERH
 	def_bool y
 	select ARCH_MIGHT_HAVE_PC_PARPORT
-	select EXPERT
+	select HAVE_PATA_PLATFORM
 	select CLKDEV_LOOKUP
 	select HAVE_IDE if HAS_IOPORT_MAP
 	select HAVE_MEMBLOCK