mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
[ Thomas:
* renamed sh4_defconfig to qemu_sh4_r2d_defconfig, for consistency
with other Qemu platforms supported
* renamed board/qemu/sh4 to board/qemu/sh4-r2d
* minor fixes in the readme.txt
* remove useless statements in the minimal defconfig
* switch to a fixed kernel version instead of "same as headers"
]
Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
369 B
Diff
14 lines
369 B
Diff
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
|
|
index 33990fa..06645b6 100644
|
|
--- a/arch/sh/Kconfig
|
|
+++ b/arch/sh/Kconfig
|
|
@@ -45,7 +45,7 @@ config SUPERH32
|
|
select HAVE_ARCH_KGDB
|
|
select HAVE_HW_BREAKPOINT
|
|
select HAVE_MIXED_BREAKPOINTS_REGS
|
|
- select PERF_EVENTS if HAVE_HW_BREAKPOINT
|
|
+ select PERF_EVENTS
|
|
select ARCH_HIBERNATION_POSSIBLE if MMU
|
|
|
|
config SUPERH64
|