diff options
author | Namhyung Kim <namhyung@gmail.com> | 2010-10-25 01:52:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-26 12:02:43 -0400 |
commit | a3e5a375fe4f7cc599238cf607d63fc4ad018059 (patch) | |
tree | d09e221148c90fd3024d8e3203cc875165b1fa7d /arch/sparc/Kconfig | |
parent | 5125c6bd9e62f79b8b4fed4591c55aad3901e5b2 (diff) |
sparc32: remove CONFIG_HAVE_PERF_EVENTS option
Remove HAVE_PERF_EVENTS and PERF_USE_VMALLOC under config
SPARC because they're under SPARC64 too. Supporting
perf_event needs atomic64 operations but AFAIK sparc32
doesn't provide them, CMIIW. ;-) Also removes redundant
HAVE_IRQ_WORK line.
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Kconfig')
-rw-r--r-- | arch/sparc/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 8e7bafc5dd0e..058dbdb128b8 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig | |||
@@ -28,8 +28,6 @@ config SPARC | |||
28 | select RTC_CLASS | 28 | select RTC_CLASS |
29 | select RTC_DRV_M48T59 | 29 | select RTC_DRV_M48T59 |
30 | select HAVE_IRQ_WORK | 30 | select HAVE_IRQ_WORK |
31 | select HAVE_PERF_EVENTS | ||
32 | select PERF_USE_VMALLOC | ||
33 | select HAVE_DMA_ATTRS | 31 | select HAVE_DMA_ATTRS |
34 | select HAVE_DMA_API_DEBUG | 32 | select HAVE_DMA_API_DEBUG |
35 | select HAVE_ARCH_JUMP_LABEL | 33 | select HAVE_ARCH_JUMP_LABEL |
@@ -56,7 +54,6 @@ config SPARC64 | |||
56 | select RTC_DRV_BQ4802 | 54 | select RTC_DRV_BQ4802 |
57 | select RTC_DRV_SUN4V | 55 | select RTC_DRV_SUN4V |
58 | select RTC_DRV_STARFIRE | 56 | select RTC_DRV_STARFIRE |
59 | select HAVE_IRQ_WORK | ||
60 | select HAVE_PERF_EVENTS | 57 | select HAVE_PERF_EVENTS |
61 | select PERF_USE_VMALLOC | 58 | select PERF_USE_VMALLOC |
62 | 59 | ||