diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-26 22:39:55 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-26 22:39:55 -0500 |
| commit | a039767f8d7eeb0731c4053d43c0d8caa27d69d0 (patch) | |
| tree | 4c17bbc74fc8fd338e809f4bb54d159a15f11e37 | |
| parent | cdb32706f6948238ed6d1d85473c64c27366e9e9 (diff) | |
| parent | 9a876d60a1cc1621708536b7f14e0f02c3e174ff (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.24
* git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.24:
sh: include ax88796 in the defconfig for r7785rp
sh: include ax88796 in the defconfig for r7780mp
sh: fix R2D-1 CF support
fb: Orphan imsttfb.
sh: Update mailing list info.
sh: lockless UTLB miss fast-path.
sh: Kill off UTLB flush in fast-path.
sh: Fix copy_{to,from}_user_page() with cache disabled.
| -rw-r--r-- | MAINTAINERS | 16 | ||||
| -rw-r--r-- | arch/sh/boards/renesas/rts7751r2d/setup.c | 2 | ||||
| -rw-r--r-- | arch/sh/configs/r7780mp_defconfig | 287 | ||||
| -rw-r--r-- | arch/sh/configs/r7785rp_defconfig | 10 | ||||
| -rw-r--r-- | arch/sh/mm/fault.c | 33 | ||||
| -rw-r--r-- | include/asm-sh/cacheflush.h | 2 |
6 files changed, 108 insertions, 242 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a8df8e40e39d..b21a911193e8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -1914,10 +1914,8 @@ L: linux1394-devel@lists.sourceforge.net | |||
| 1914 | S: Maintained | 1914 | S: Maintained |
| 1915 | 1915 | ||
| 1916 | IMS TWINTURBO FRAMEBUFFER DRIVER | 1916 | IMS TWINTURBO FRAMEBUFFER DRIVER |
| 1917 | P: Paul Mundt | ||
| 1918 | M: lethal@chaoticdreams.org | ||
| 1919 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) | 1917 | L: linux-fbdev-devel@lists.sourceforge.net (subscribers-only) |
| 1920 | S: Maintained | 1918 | S: Orphan |
| 1921 | 1919 | ||
| 1922 | INFINIBAND SUBSYSTEM | 1920 | INFINIBAND SUBSYSTEM |
| 1923 | P: Roland Dreier | 1921 | P: Roland Dreier |
| @@ -3636,18 +3634,12 @@ M: laredo@gnu.org | |||
| 3636 | W: http://www.stradis.com/ | 3634 | W: http://www.stradis.com/ |
| 3637 | S: Maintained | 3635 | S: Maintained |
| 3638 | 3636 | ||
| 3639 | SUPERH (sh) | 3637 | SUPERH |
| 3640 | P: Paul Mundt | ||
| 3641 | M: lethal@linux-sh.org | ||
| 3642 | L: linuxsh-dev@lists.sourceforge.net (subscribers-only) | ||
| 3643 | W: http://www.linux-sh.org | ||
| 3644 | S: Maintained | ||
| 3645 | |||
| 3646 | SUPERH64 (sh64) | ||
| 3647 | P: Paul Mundt | 3638 | P: Paul Mundt |
| 3648 | M: lethal@linux-sh.org | 3639 | M: lethal@linux-sh.org |
| 3649 | L: linuxsh-shmedia-dev@lists.sourceforge.net | 3640 | L: linux-sh@vger.kernel.org |
| 3650 | W: http://www.linux-sh.org | 3641 | W: http://www.linux-sh.org |
| 3642 | T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git | ||
| 3651 | S: Maintained | 3643 | S: Maintained |
| 3652 | 3644 | ||
| 3653 | SUN3/3X | 3645 | SUN3/3X |
diff --git a/arch/sh/boards/renesas/rts7751r2d/setup.c b/arch/sh/boards/renesas/rts7751r2d/setup.c index 37f2c0b447fe..8125d20fdbd8 100644 --- a/arch/sh/boards/renesas/rts7751r2d/setup.c +++ b/arch/sh/boards/renesas/rts7751r2d/setup.c | |||
| @@ -53,10 +53,12 @@ static struct resource cf_ide_resources[] = { | |||
| 53 | .end = PA_AREA5_IO + 0x80c, | 53 | .end = PA_AREA5_IO + 0x80c, |
| 54 | .flags = IORESOURCE_MEM, | 54 | .flags = IORESOURCE_MEM, |
| 55 | }, | 55 | }, |
| 56 | #ifndef CONFIG_RTS7751R2D_1 /* For R2D-1 polling is preferred */ | ||
| 56 | [2] = { | 57 | [2] = { |
| 57 | .start = IRQ_CF_IDE, | 58 | .start = IRQ_CF_IDE, |
| 58 | .flags = IORESOURCE_IRQ, | 59 | .flags = IORESOURCE_IRQ, |
| 59 | }, | 60 | }, |
| 61 | #endif | ||
| 60 | }; | 62 | }; |
| 61 | 63 | ||
| 62 | static struct pata_platform_info pata_info = { | 64 | static struct pata_platform_info pata_info = { |
diff --git a/arch/sh/configs/r7780mp_defconfig b/arch/sh/configs/r7780mp_defconfig index ac4de4973b60..2ad804ec920a 100644 --- a/arch/sh/configs/r7780mp_defconfig +++ b/arch/sh/configs/r7780mp_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.22-rc4 | 3 | # Linux kernel version: 2.6.24-rc2 |
| 4 | # Mon Jun 11 10:24:57 2007 | 4 | # Tue Nov 13 20:32:39 2007 |
| 5 | # | 5 | # |
| 6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
| 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
| @@ -13,38 +13,39 @@ CONFIG_GENERIC_IRQ_PROBE=y | |||
| 13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | 13 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 14 | CONFIG_GENERIC_TIME=y | 14 | CONFIG_GENERIC_TIME=y |
| 15 | CONFIG_GENERIC_CLOCKEVENTS=y | 15 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 16 | CONFIG_SYS_SUPPORTS_PCI=y | ||
| 16 | CONFIG_STACKTRACE_SUPPORT=y | 17 | CONFIG_STACKTRACE_SUPPORT=y |
| 17 | CONFIG_LOCKDEP_SUPPORT=y | 18 | CONFIG_LOCKDEP_SUPPORT=y |
| 18 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 19 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
| 19 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 20 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
| 21 | CONFIG_ARCH_NO_VIRT_TO_BUS=y | ||
| 20 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 22 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| 21 | 23 | ||
| 22 | # | 24 | # |
| 23 | # Code maturity level options | 25 | # General setup |
| 24 | # | 26 | # |
| 25 | CONFIG_EXPERIMENTAL=y | 27 | CONFIG_EXPERIMENTAL=y |
| 26 | CONFIG_BROKEN_ON_SMP=y | 28 | CONFIG_BROKEN_ON_SMP=y |
| 27 | CONFIG_LOCK_KERNEL=y | 29 | CONFIG_LOCK_KERNEL=y |
| 28 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 30 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 29 | |||
| 30 | # | ||
| 31 | # General setup | ||
| 32 | # | ||
| 33 | CONFIG_LOCALVERSION="" | 31 | CONFIG_LOCALVERSION="" |
| 34 | CONFIG_LOCALVERSION_AUTO=y | 32 | CONFIG_LOCALVERSION_AUTO=y |
| 35 | CONFIG_SWAP=y | 33 | CONFIG_SWAP=y |
| 36 | CONFIG_SYSVIPC=y | 34 | CONFIG_SYSVIPC=y |
| 37 | # CONFIG_IPC_NS is not set | ||
| 38 | CONFIG_SYSVIPC_SYSCTL=y | 35 | CONFIG_SYSVIPC_SYSCTL=y |
| 39 | # CONFIG_POSIX_MQUEUE is not set | 36 | # CONFIG_POSIX_MQUEUE is not set |
| 40 | CONFIG_BSD_PROCESS_ACCT=y | 37 | CONFIG_BSD_PROCESS_ACCT=y |
| 41 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | 38 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set |
| 42 | # CONFIG_TASKSTATS is not set | 39 | # CONFIG_TASKSTATS is not set |
| 43 | # CONFIG_UTS_NS is not set | 40 | # CONFIG_USER_NS is not set |
| 44 | # CONFIG_AUDIT is not set | 41 | # CONFIG_AUDIT is not set |
| 45 | CONFIG_IKCONFIG=y | 42 | CONFIG_IKCONFIG=y |
| 46 | CONFIG_IKCONFIG_PROC=y | 43 | CONFIG_IKCONFIG_PROC=y |
| 47 | CONFIG_LOG_BUF_SHIFT=14 | 44 | CONFIG_LOG_BUF_SHIFT=14 |
| 45 | # CONFIG_CGROUPS is not set | ||
| 46 | CONFIG_FAIR_GROUP_SCHED=y | ||
| 47 | CONFIG_FAIR_USER_SCHED=y | ||
| 48 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
| 48 | # CONFIG_SYSFS_DEPRECATED is not set | 49 | # CONFIG_SYSFS_DEPRECATED is not set |
| 49 | # CONFIG_RELAY is not set | 50 | # CONFIG_RELAY is not set |
| 50 | # CONFIG_BLK_DEV_INITRD is not set | 51 | # CONFIG_BLK_DEV_INITRD is not set |
| @@ -65,7 +66,6 @@ CONFIG_BASE_FULL=y | |||
| 65 | CONFIG_ANON_INODES=y | 66 | CONFIG_ANON_INODES=y |
| 66 | # CONFIG_EPOLL is not set | 67 | # CONFIG_EPOLL is not set |
| 67 | CONFIG_SIGNALFD=y | 68 | CONFIG_SIGNALFD=y |
| 68 | CONFIG_TIMERFD=y | ||
| 69 | CONFIG_EVENTFD=y | 69 | CONFIG_EVENTFD=y |
| 70 | CONFIG_SHMEM=y | 70 | CONFIG_SHMEM=y |
| 71 | CONFIG_VM_EVENT_COUNTERS=y | 71 | CONFIG_VM_EVENT_COUNTERS=y |
| @@ -74,24 +74,17 @@ CONFIG_SLAB=y | |||
| 74 | # CONFIG_SLOB is not set | 74 | # CONFIG_SLOB is not set |
| 75 | # CONFIG_TINY_SHMEM is not set | 75 | # CONFIG_TINY_SHMEM is not set |
| 76 | CONFIG_BASE_SMALL=0 | 76 | CONFIG_BASE_SMALL=0 |
| 77 | |||
| 78 | # | ||
| 79 | # Loadable module support | ||
| 80 | # | ||
| 81 | CONFIG_MODULES=y | 77 | CONFIG_MODULES=y |
| 82 | CONFIG_MODULE_UNLOAD=y | 78 | CONFIG_MODULE_UNLOAD=y |
| 83 | # CONFIG_MODULE_FORCE_UNLOAD is not set | 79 | # CONFIG_MODULE_FORCE_UNLOAD is not set |
| 84 | # CONFIG_MODVERSIONS is not set | 80 | # CONFIG_MODVERSIONS is not set |
| 85 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 81 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 86 | CONFIG_KMOD=y | 82 | CONFIG_KMOD=y |
| 87 | |||
| 88 | # | ||
| 89 | # Block layer | ||
| 90 | # | ||
| 91 | CONFIG_BLOCK=y | 83 | CONFIG_BLOCK=y |
| 92 | # CONFIG_LBD is not set | 84 | # CONFIG_LBD is not set |
| 93 | # CONFIG_BLK_DEV_IO_TRACE is not set | 85 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 94 | # CONFIG_LSF is not set | 86 | # CONFIG_LSF is not set |
| 87 | # CONFIG_BLK_DEV_BSG is not set | ||
| 95 | 88 | ||
| 96 | # | 89 | # |
| 97 | # IO Schedulers | 90 | # IO Schedulers |
| @@ -113,7 +106,6 @@ CONFIG_CPU_SH4=y | |||
| 113 | CONFIG_CPU_SH4A=y | 106 | CONFIG_CPU_SH4A=y |
| 114 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | 107 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
| 115 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | 108 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
| 116 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
| 117 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | 109 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
| 118 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | 110 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
| 119 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | 111 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
| @@ -121,6 +113,7 @@ CONFIG_CPU_SH4A=y | |||
| 121 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | 113 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
| 122 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | 114 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
| 123 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | 115 | # CONFIG_CPU_SUBTYPE_SH7712 is not set |
| 116 | # CONFIG_CPU_SUBTYPE_SH7720 is not set | ||
| 124 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | 117 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
| 125 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | 118 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
| 126 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | 119 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
| @@ -129,12 +122,10 @@ CONFIG_CPU_SH4A=y | |||
| 129 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 122 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
| 130 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 123 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
| 131 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 124 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
| 132 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
| 133 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
| 134 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 125 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
| 135 | CONFIG_CPU_SUBTYPE_SH7780=y | 126 | CONFIG_CPU_SUBTYPE_SH7780=y |
| 136 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | 127 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
| 137 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | 128 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
| 138 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | 129 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
| 139 | # CONFIG_CPU_SUBTYPE_SH7722 is not set | 130 | # CONFIG_CPU_SUBTYPE_SH7722 is not set |
| 140 | 131 | ||
| @@ -169,6 +160,7 @@ CONFIG_FLATMEM_MANUAL=y | |||
| 169 | CONFIG_FLATMEM=y | 160 | CONFIG_FLATMEM=y |
| 170 | CONFIG_FLAT_NODE_MEM_MAP=y | 161 | CONFIG_FLAT_NODE_MEM_MAP=y |
| 171 | CONFIG_SPARSEMEM_STATIC=y | 162 | CONFIG_SPARSEMEM_STATIC=y |
| 163 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
| 172 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 164 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 173 | # CONFIG_RESOURCES_64BIT is not set | 165 | # CONFIG_RESOURCES_64BIT is not set |
| 174 | CONFIG_ZONE_DMA_FLAG=0 | 166 | CONFIG_ZONE_DMA_FLAG=0 |
| @@ -178,8 +170,9 @@ CONFIG_NR_QUICK=2 | |||
| 178 | # Cache configuration | 170 | # Cache configuration |
| 179 | # | 171 | # |
| 180 | # CONFIG_SH_DIRECT_MAPPED is not set | 172 | # CONFIG_SH_DIRECT_MAPPED is not set |
| 181 | # CONFIG_SH_WRITETHROUGH is not set | 173 | CONFIG_CACHE_WRITEBACK=y |
| 182 | # CONFIG_SH_OCRAM is not set | 174 | # CONFIG_CACHE_WRITETHROUGH is not set |
| 175 | # CONFIG_CACHE_OFF is not set | ||
| 183 | 176 | ||
| 184 | # | 177 | # |
| 185 | # Processor features | 178 | # Processor features |
| @@ -187,12 +180,11 @@ CONFIG_NR_QUICK=2 | |||
| 187 | CONFIG_CPU_LITTLE_ENDIAN=y | 180 | CONFIG_CPU_LITTLE_ENDIAN=y |
| 188 | # CONFIG_CPU_BIG_ENDIAN is not set | 181 | # CONFIG_CPU_BIG_ENDIAN is not set |
| 189 | CONFIG_SH_FPU=y | 182 | CONFIG_SH_FPU=y |
| 190 | # CONFIG_SH_DSP is not set | ||
| 191 | CONFIG_SH_STORE_QUEUES=y | 183 | CONFIG_SH_STORE_QUEUES=y |
| 192 | CONFIG_SPECULATIVE_EXECUTION=y | 184 | CONFIG_SPECULATIVE_EXECUTION=y |
| 193 | CONFIG_CPU_HAS_INTEVT=y | 185 | CONFIG_CPU_HAS_INTEVT=y |
| 194 | CONFIG_CPU_HAS_INTC_IRQ=y | ||
| 195 | CONFIG_CPU_HAS_SR_RB=y | 186 | CONFIG_CPU_HAS_SR_RB=y |
| 187 | CONFIG_CPU_HAS_FPU=y | ||
| 196 | 188 | ||
| 197 | # | 189 | # |
| 198 | # Board support | 190 | # Board support |
| @@ -212,6 +204,7 @@ CONFIG_SH_PCLK_FREQ=32000000 | |||
| 212 | # CONFIG_TICK_ONESHOT is not set | 204 | # CONFIG_TICK_ONESHOT is not set |
| 213 | # CONFIG_NO_HZ is not set | 205 | # CONFIG_NO_HZ is not set |
| 214 | # CONFIG_HIGH_RES_TIMERS is not set | 206 | # CONFIG_HIGH_RES_TIMERS is not set |
| 207 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
| 215 | 208 | ||
| 216 | # | 209 | # |
| 217 | # CPU Frequency scaling | 210 | # CPU Frequency scaling |
| @@ -226,7 +219,6 @@ CONFIG_SH_PCLK_FREQ=32000000 | |||
| 226 | # | 219 | # |
| 227 | # Companion Chips | 220 | # Companion Chips |
| 228 | # | 221 | # |
| 229 | # CONFIG_HD6446X_SERIES is not set | ||
| 230 | 222 | ||
| 231 | # | 223 | # |
| 232 | # Additional SuperH Device Drivers | 224 | # Additional SuperH Device Drivers |
| @@ -244,18 +236,17 @@ CONFIG_HZ_250=y | |||
| 244 | CONFIG_HZ=250 | 236 | CONFIG_HZ=250 |
| 245 | CONFIG_KEXEC=y | 237 | CONFIG_KEXEC=y |
| 246 | # CONFIG_CRASH_DUMP is not set | 238 | # CONFIG_CRASH_DUMP is not set |
| 247 | # CONFIG_SMP is not set | ||
| 248 | # CONFIG_PREEMPT_NONE is not set | 239 | # CONFIG_PREEMPT_NONE is not set |
| 249 | # CONFIG_PREEMPT_VOLUNTARY is not set | 240 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 250 | CONFIG_PREEMPT=y | 241 | CONFIG_PREEMPT=y |
| 251 | CONFIG_PREEMPT_BKL=y | 242 | CONFIG_PREEMPT_BKL=y |
| 243 | CONFIG_GUSA=y | ||
| 252 | 244 | ||
| 253 | # | 245 | # |
| 254 | # Boot options | 246 | # Boot options |
| 255 | # | 247 | # |
| 256 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | 248 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 |
| 257 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 249 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
| 258 | # CONFIG_UBC_WAKEUP is not set | ||
| 259 | CONFIG_CMDLINE_BOOL=y | 250 | CONFIG_CMDLINE_BOOL=y |
| 260 | CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1" | 251 | CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1" |
| 261 | 252 | ||
| @@ -267,11 +258,8 @@ CONFIG_SH_PCIDMA_NONCOHERENT=y | |||
| 267 | CONFIG_PCI_AUTO=y | 258 | CONFIG_PCI_AUTO=y |
| 268 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y | 259 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y |
| 269 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 260 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
| 261 | CONFIG_PCI_LEGACY=y | ||
| 270 | # CONFIG_PCI_DEBUG is not set | 262 | # CONFIG_PCI_DEBUG is not set |
| 271 | |||
| 272 | # | ||
| 273 | # PCCARD (PCMCIA/CardBus) support | ||
| 274 | # | ||
| 275 | # CONFIG_PCCARD is not set | 263 | # CONFIG_PCCARD is not set |
| 276 | # CONFIG_HOTPLUG_PCI is not set | 264 | # CONFIG_HOTPLUG_PCI is not set |
| 277 | 265 | ||
| @@ -282,11 +270,6 @@ CONFIG_BINFMT_ELF=y | |||
| 282 | # CONFIG_BINFMT_MISC is not set | 270 | # CONFIG_BINFMT_MISC is not set |
| 283 | 271 | ||
| 284 | # | 272 | # |
| 285 | # Power management options (EXPERIMENTAL) | ||
| 286 | # | ||
| 287 | # CONFIG_PM is not set | ||
| 288 | |||
| 289 | # | ||
| 290 | # Networking | 273 | # Networking |
| 291 | # | 274 | # |
| 292 | CONFIG_NET=y | 275 | CONFIG_NET=y |
| @@ -327,6 +310,7 @@ CONFIG_IP_PNP_DHCP=y | |||
| 327 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 310 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
| 328 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 311 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
| 329 | CONFIG_INET_XFRM_MODE_BEET=y | 312 | CONFIG_INET_XFRM_MODE_BEET=y |
| 313 | # CONFIG_INET_LRO is not set | ||
| 330 | CONFIG_INET_DIAG=y | 314 | CONFIG_INET_DIAG=y |
| 331 | CONFIG_INET_TCP_DIAG=y | 315 | CONFIG_INET_TCP_DIAG=y |
| 332 | # CONFIG_TCP_CONG_ADVANCED is not set | 316 | # CONFIG_TCP_CONG_ADVANCED is not set |
| @@ -353,10 +337,6 @@ CONFIG_LLC=m | |||
| 353 | # CONFIG_LAPB is not set | 337 | # CONFIG_LAPB is not set |
| 354 | # CONFIG_ECONET is not set | 338 | # CONFIG_ECONET is not set |
| 355 | # CONFIG_WAN_ROUTER is not set | 339 | # CONFIG_WAN_ROUTER is not set |
| 356 | |||
| 357 | # | ||
| 358 | # QoS and/or fair queueing | ||
| 359 | # | ||
| 360 | # CONFIG_NET_SCHED is not set | 340 | # CONFIG_NET_SCHED is not set |
| 361 | 341 | ||
| 362 | # | 342 | # |
| @@ -376,6 +356,7 @@ CONFIG_WIRELESS_EXT=y | |||
| 376 | # CONFIG_MAC80211 is not set | 356 | # CONFIG_MAC80211 is not set |
| 377 | # CONFIG_IEEE80211 is not set | 357 | # CONFIG_IEEE80211 is not set |
| 378 | # CONFIG_RFKILL is not set | 358 | # CONFIG_RFKILL is not set |
| 359 | # CONFIG_NET_9P is not set | ||
| 379 | 360 | ||
| 380 | # | 361 | # |
| 381 | # Device Drivers | 362 | # Device Drivers |
| @@ -384,33 +365,17 @@ CONFIG_WIRELESS_EXT=y | |||
| 384 | # | 365 | # |
| 385 | # Generic Driver Options | 366 | # Generic Driver Options |
| 386 | # | 367 | # |
| 368 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
| 387 | CONFIG_STANDALONE=y | 369 | CONFIG_STANDALONE=y |
| 388 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 370 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 389 | CONFIG_FW_LOADER=m | 371 | CONFIG_FW_LOADER=m |
| 390 | # CONFIG_DEBUG_DRIVER is not set | 372 | # CONFIG_DEBUG_DRIVER is not set |
| 391 | # CONFIG_DEBUG_DEVRES is not set | 373 | # CONFIG_DEBUG_DEVRES is not set |
| 392 | # CONFIG_SYS_HYPERVISOR is not set | 374 | # CONFIG_SYS_HYPERVISOR is not set |
| 393 | |||
| 394 | # | ||
| 395 | # Connector - unified userspace <-> kernelspace linker | ||
| 396 | # | ||
| 397 | # CONFIG_CONNECTOR is not set | 375 | # CONFIG_CONNECTOR is not set |
| 398 | # CONFIG_MTD is not set | 376 | # CONFIG_MTD is not set |
| 399 | |||
| 400 | # | ||
| 401 | # Parallel port support | ||
| 402 | # | ||
| 403 | # CONFIG_PARPORT is not set | 377 | # CONFIG_PARPORT is not set |
| 404 | 378 | CONFIG_BLK_DEV=y | |
| 405 | # | ||
| 406 | # Plug and Play support | ||
| 407 | # | ||
| 408 | # CONFIG_PNPACPI is not set | ||
| 409 | |||
| 410 | # | ||
| 411 | # Block devices | ||
| 412 | # | ||
| 413 | # CONFIG_BLK_CPQ_DA is not set | ||
| 414 | # CONFIG_BLK_CPQ_CISS_DA is not set | 379 | # CONFIG_BLK_CPQ_CISS_DA is not set |
| 415 | # CONFIG_BLK_DEV_DAC960 is not set | 380 | # CONFIG_BLK_DEV_DAC960 is not set |
| 416 | # CONFIG_BLK_DEV_UMEM is not set | 381 | # CONFIG_BLK_DEV_UMEM is not set |
| @@ -424,14 +389,11 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
| 424 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 389 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
| 425 | # CONFIG_CDROM_PKTCDVD is not set | 390 | # CONFIG_CDROM_PKTCDVD is not set |
| 426 | # CONFIG_ATA_OVER_ETH is not set | 391 | # CONFIG_ATA_OVER_ETH is not set |
| 427 | 392 | CONFIG_MISC_DEVICES=y | |
| 428 | # | ||
| 429 | # Misc devices | ||
| 430 | # | ||
| 431 | # CONFIG_PHANTOM is not set | 393 | # CONFIG_PHANTOM is not set |
| 394 | CONFIG_EEPROM_93CX6=y | ||
| 432 | # CONFIG_SGI_IOC4 is not set | 395 | # CONFIG_SGI_IOC4 is not set |
| 433 | # CONFIG_TIFM_CORE is not set | 396 | # CONFIG_TIFM_CORE is not set |
| 434 | # CONFIG_BLINK is not set | ||
| 435 | # CONFIG_IDE is not set | 397 | # CONFIG_IDE is not set |
| 436 | 398 | ||
| 437 | # | 399 | # |
| @@ -439,6 +401,7 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | |||
| 439 | # | 401 | # |
| 440 | # CONFIG_RAID_ATTRS is not set | 402 | # CONFIG_RAID_ATTRS is not set |
| 441 | CONFIG_SCSI=y | 403 | CONFIG_SCSI=y |
| 404 | CONFIG_SCSI_DMA=y | ||
| 442 | # CONFIG_SCSI_TGT is not set | 405 | # CONFIG_SCSI_TGT is not set |
| 443 | # CONFIG_SCSI_NETLINK is not set | 406 | # CONFIG_SCSI_NETLINK is not set |
| 444 | CONFIG_SCSI_PROC_FS=y | 407 | CONFIG_SCSI_PROC_FS=y |
| @@ -468,12 +431,9 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 468 | # CONFIG_SCSI_SPI_ATTRS is not set | 431 | # CONFIG_SCSI_SPI_ATTRS is not set |
| 469 | # CONFIG_SCSI_FC_ATTRS is not set | 432 | # CONFIG_SCSI_FC_ATTRS is not set |
| 470 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 433 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
| 471 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
| 472 | # CONFIG_SCSI_SAS_LIBSAS is not set | 434 | # CONFIG_SCSI_SAS_LIBSAS is not set |
| 473 | 435 | # CONFIG_SCSI_SRP_ATTRS is not set | |
| 474 | # | 436 | CONFIG_SCSI_LOWLEVEL=y |
| 475 | # SCSI low-level drivers | ||
| 476 | # | ||
| 477 | # CONFIG_ISCSI_TCP is not set | 437 | # CONFIG_ISCSI_TCP is not set |
| 478 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 438 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
| 479 | # CONFIG_SCSI_3W_9XXX is not set | 439 | # CONFIG_SCSI_3W_9XXX is not set |
| @@ -483,7 +443,6 @@ CONFIG_SCSI_WAIT_SCAN=m | |||
| 483 | # CONFIG_SCSI_AIC7XXX_OLD is not set | 443 | # CONFIG_SCSI_AIC7XXX_OLD is not set |
| 484 | # CONFIG_SCSI_AIC79XX is not set | 444 | # CONFIG_SCSI_AIC79XX is not set |
| 485 | # CONFIG_SCSI_AIC94XX is not set | 445 | # CONFIG_SCSI_AIC94XX is not set |
| 486 | # CONFIG_SCSI_DPT_I2O is not set | ||
| 487 | # CONFIG_SCSI_ARCMSR is not set | 446 | # CONFIG_SCSI_ARCMSR is not set |
| 488 | # CONFIG_MEGARAID_NEWGEN is not set | 447 | # CONFIG_MEGARAID_NEWGEN is not set |
| 489 | # CONFIG_MEGARAID_LEGACY is not set | 448 | # CONFIG_MEGARAID_LEGACY is not set |
| @@ -548,6 +507,7 @@ CONFIG_SATA_SIL=y | |||
| 548 | # CONFIG_PATA_OLDPIIX is not set | 507 | # CONFIG_PATA_OLDPIIX is not set |
| 549 | # CONFIG_PATA_NETCELL is not set | 508 | # CONFIG_PATA_NETCELL is not set |
| 550 | # CONFIG_PATA_NS87410 is not set | 509 | # CONFIG_PATA_NS87410 is not set |
| 510 | # CONFIG_PATA_NS87415 is not set | ||
| 551 | # CONFIG_PATA_OPTI is not set | 511 | # CONFIG_PATA_OPTI is not set |
| 552 | # CONFIG_PATA_OPTIDMA is not set | 512 | # CONFIG_PATA_OPTIDMA is not set |
| 553 | # CONFIG_PATA_PDC_OLD is not set | 513 | # CONFIG_PATA_PDC_OLD is not set |
| @@ -561,59 +521,43 @@ CONFIG_SATA_SIL=y | |||
| 561 | # CONFIG_PATA_VIA is not set | 521 | # CONFIG_PATA_VIA is not set |
| 562 | # CONFIG_PATA_WINBOND is not set | 522 | # CONFIG_PATA_WINBOND is not set |
| 563 | CONFIG_PATA_PLATFORM=y | 523 | CONFIG_PATA_PLATFORM=y |
| 564 | |||
| 565 | # | ||
| 566 | # Multi-device support (RAID and LVM) | ||
| 567 | # | ||
| 568 | # CONFIG_MD is not set | 524 | # CONFIG_MD is not set |
| 569 | |||
| 570 | # | ||
| 571 | # Fusion MPT device support | ||
| 572 | # | ||
| 573 | # CONFIG_FUSION is not set | 525 | # CONFIG_FUSION is not set |
| 574 | # CONFIG_FUSION_SPI is not set | ||
| 575 | # CONFIG_FUSION_FC is not set | ||
| 576 | # CONFIG_FUSION_SAS is not set | ||
| 577 | 526 | ||
| 578 | # | 527 | # |
| 579 | # IEEE 1394 (FireWire) support | 528 | # IEEE 1394 (FireWire) support |
| 580 | # | 529 | # |
| 581 | # CONFIG_FIREWIRE is not set | 530 | # CONFIG_FIREWIRE is not set |
| 582 | # CONFIG_IEEE1394 is not set | 531 | # CONFIG_IEEE1394 is not set |
| 583 | |||
| 584 | # | ||
| 585 | # I2O device support | ||
| 586 | # | ||
| 587 | # CONFIG_I2O is not set | 532 | # CONFIG_I2O is not set |
| 588 | |||
| 589 | # | ||
| 590 | # Network device support | ||
| 591 | # | ||
| 592 | CONFIG_NETDEVICES=y | 533 | CONFIG_NETDEVICES=y |
| 534 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
| 593 | # CONFIG_DUMMY is not set | 535 | # CONFIG_DUMMY is not set |
| 594 | # CONFIG_BONDING is not set | 536 | # CONFIG_BONDING is not set |
| 537 | # CONFIG_MACVLAN is not set | ||
| 595 | # CONFIG_EQUALIZER is not set | 538 | # CONFIG_EQUALIZER is not set |
| 596 | # CONFIG_TUN is not set | 539 | # CONFIG_TUN is not set |
| 540 | # CONFIG_VETH is not set | ||
| 541 | # CONFIG_IP1000 is not set | ||
| 597 | # CONFIG_ARCNET is not set | 542 | # CONFIG_ARCNET is not set |
| 598 | # CONFIG_PHYLIB is not set | 543 | # CONFIG_PHYLIB is not set |
| 599 | |||
| 600 | # | ||
| 601 | # Ethernet (10 or 100Mbit) | ||
| 602 | # | ||
| 603 | CONFIG_NET_ETHERNET=y | 544 | CONFIG_NET_ETHERNET=y |
| 604 | CONFIG_MII=y | 545 | CONFIG_MII=y |
| 546 | CONFIG_AX88796=y | ||
| 547 | CONFIG_AX88796_93CX6=y | ||
| 605 | # CONFIG_STNIC is not set | 548 | # CONFIG_STNIC is not set |
| 606 | # CONFIG_HAPPYMEAL is not set | 549 | # CONFIG_HAPPYMEAL is not set |
| 607 | # CONFIG_SUNGEM is not set | 550 | # CONFIG_SUNGEM is not set |
| 608 | # CONFIG_CASSINI is not set | 551 | # CONFIG_CASSINI is not set |
| 609 | # CONFIG_NET_VENDOR_3COM is not set | 552 | # CONFIG_NET_VENDOR_3COM is not set |
| 610 | # CONFIG_SMC91X is not set | 553 | # CONFIG_SMC91X is not set |
| 611 | 554 | # CONFIG_SMC911X is not set | |
| 612 | # | ||
| 613 | # Tulip family network device support | ||
| 614 | # | ||
| 615 | # CONFIG_NET_TULIP is not set | 555 | # CONFIG_NET_TULIP is not set |
| 616 | # CONFIG_HP100 is not set | 556 | # CONFIG_HP100 is not set |
| 557 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
| 558 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
| 559 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
| 560 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
| 617 | CONFIG_NET_PCI=y | 561 | CONFIG_NET_PCI=y |
| 618 | CONFIG_PCNET32=m | 562 | CONFIG_PCNET32=m |
| 619 | # CONFIG_PCNET32_NAPI is not set | 563 | # CONFIG_PCNET32_NAPI is not set |
| @@ -621,7 +565,6 @@ CONFIG_PCNET32=m | |||
| 621 | # CONFIG_ADAPTEC_STARFIRE is not set | 565 | # CONFIG_ADAPTEC_STARFIRE is not set |
| 622 | # CONFIG_B44 is not set | 566 | # CONFIG_B44 is not set |
| 623 | # CONFIG_FORCEDETH is not set | 567 | # CONFIG_FORCEDETH is not set |
| 624 | # CONFIG_DGRS is not set | ||
| 625 | # CONFIG_EEPRO100 is not set | 568 | # CONFIG_EEPRO100 is not set |
| 626 | # CONFIG_E100 is not set | 569 | # CONFIG_E100 is not set |
| 627 | # CONFIG_FEALNX is not set | 570 | # CONFIG_FEALNX is not set |
| @@ -647,6 +590,7 @@ CONFIG_NETDEV_1000=y | |||
| 647 | CONFIG_E1000=m | 590 | CONFIG_E1000=m |
| 648 | # CONFIG_E1000_NAPI is not set | 591 | # CONFIG_E1000_NAPI is not set |
| 649 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set | 592 | # CONFIG_E1000_DISABLE_PACKET_SPLIT is not set |
| 593 | # CONFIG_E1000E is not set | ||
| 650 | # CONFIG_NS83820 is not set | 594 | # CONFIG_NS83820 is not set |
| 651 | # CONFIG_HAMACHI is not set | 595 | # CONFIG_HAMACHI is not set |
| 652 | # CONFIG_YELLOWFIN is not set | 596 | # CONFIG_YELLOWFIN is not set |
| @@ -664,11 +608,14 @@ CONFIG_R8169=y | |||
| 664 | CONFIG_NETDEV_10000=y | 608 | CONFIG_NETDEV_10000=y |
| 665 | # CONFIG_CHELSIO_T1 is not set | 609 | # CONFIG_CHELSIO_T1 is not set |
| 666 | # CONFIG_CHELSIO_T3 is not set | 610 | # CONFIG_CHELSIO_T3 is not set |
| 611 | # CONFIG_IXGBE is not set | ||
| 667 | # CONFIG_IXGB is not set | 612 | # CONFIG_IXGB is not set |
| 668 | # CONFIG_S2IO is not set | 613 | # CONFIG_S2IO is not set |
| 669 | # CONFIG_MYRI10GE is not set | 614 | # CONFIG_MYRI10GE is not set |
| 670 | # CONFIG_NETXEN_NIC is not set | 615 | # CONFIG_NETXEN_NIC is not set |
| 616 | # CONFIG_NIU is not set | ||
| 671 | # CONFIG_MLX4_CORE is not set | 617 | # CONFIG_MLX4_CORE is not set |
| 618 | # CONFIG_TEHUTI is not set | ||
| 672 | # CONFIG_TR is not set | 619 | # CONFIG_TR is not set |
| 673 | 620 | ||
| 674 | # | 621 | # |
| @@ -686,15 +633,7 @@ CONFIG_NETDEV_10000=y | |||
| 686 | # CONFIG_NETCONSOLE is not set | 633 | # CONFIG_NETCONSOLE is not set |
| 687 | # CONFIG_NETPOLL is not set | 634 | # CONFIG_NETPOLL is not set |
| 688 | # CONFIG_NET_POLL_CONTROLLER is not set | 635 | # CONFIG_NET_POLL_CONTROLLER is not set |
| 689 | |||
| 690 | # | ||
| 691 | # ISDN subsystem | ||
| 692 | # | ||
| 693 | # CONFIG_ISDN is not set | 636 | # CONFIG_ISDN is not set |
| 694 | |||
| 695 | # | ||
| 696 | # Telephony Support | ||
| 697 | # | ||
| 698 | # CONFIG_PHONE is not set | 637 | # CONFIG_PHONE is not set |
| 699 | 638 | ||
| 700 | # | 639 | # |
| @@ -702,6 +641,7 @@ CONFIG_NETDEV_10000=y | |||
| 702 | # | 641 | # |
| 703 | CONFIG_INPUT=y | 642 | CONFIG_INPUT=y |
| 704 | # CONFIG_INPUT_FF_MEMLESS is not set | 643 | # CONFIG_INPUT_FF_MEMLESS is not set |
| 644 | # CONFIG_INPUT_POLLDEV is not set | ||
| 705 | 645 | ||
| 706 | # | 646 | # |
| 707 | # Userland interfaces | 647 | # Userland interfaces |
| @@ -711,7 +651,6 @@ CONFIG_INPUT_MOUSEDEV=y | |||
| 711 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | 651 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 |
| 712 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | 652 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 |
| 713 | # CONFIG_INPUT_JOYDEV is not set | 653 | # CONFIG_INPUT_JOYDEV is not set |
| 714 | # CONFIG_INPUT_TSDEV is not set | ||
| 715 | # CONFIG_INPUT_EVDEV is not set | 654 | # CONFIG_INPUT_EVDEV is not set |
| 716 | # CONFIG_INPUT_EVBUG is not set | 655 | # CONFIG_INPUT_EVBUG is not set |
| 717 | 656 | ||
| @@ -765,21 +704,11 @@ CONFIG_SERIAL_CORE_CONSOLE=y | |||
| 765 | CONFIG_UNIX98_PTYS=y | 704 | CONFIG_UNIX98_PTYS=y |
| 766 | CONFIG_LEGACY_PTYS=y | 705 | CONFIG_LEGACY_PTYS=y |
| 767 | CONFIG_LEGACY_PTY_COUNT=256 | 706 | CONFIG_LEGACY_PTY_COUNT=256 |
| 768 | |||
| 769 | # | ||
| 770 | # IPMI | ||
| 771 | # | ||
| 772 | # CONFIG_IPMI_HANDLER is not set | 707 | # CONFIG_IPMI_HANDLER is not set |
| 773 | # CONFIG_WATCHDOG is not set | ||
| 774 | CONFIG_HW_RANDOM=y | 708 | CONFIG_HW_RANDOM=y |
| 775 | # CONFIG_R3964 is not set | 709 | # CONFIG_R3964 is not set |
| 776 | # CONFIG_APPLICOM is not set | 710 | # CONFIG_APPLICOM is not set |
| 777 | # CONFIG_DRM is not set | ||
| 778 | # CONFIG_RAW_DRIVER is not set | 711 | # CONFIG_RAW_DRIVER is not set |
| 779 | |||
| 780 | # | ||
| 781 | # TPM devices | ||
| 782 | # | ||
| 783 | # CONFIG_TCG_TPM is not set | 712 | # CONFIG_TCG_TPM is not set |
| 784 | CONFIG_DEVPORT=y | 713 | CONFIG_DEVPORT=y |
| 785 | # CONFIG_I2C is not set | 714 | # CONFIG_I2C is not set |
| @@ -789,21 +718,31 @@ CONFIG_DEVPORT=y | |||
| 789 | # | 718 | # |
| 790 | # CONFIG_SPI is not set | 719 | # CONFIG_SPI is not set |
| 791 | # CONFIG_SPI_MASTER is not set | 720 | # CONFIG_SPI_MASTER is not set |
| 792 | |||
| 793 | # | ||
| 794 | # Dallas's 1-wire bus | ||
| 795 | # | ||
| 796 | # CONFIG_W1 is not set | 721 | # CONFIG_W1 is not set |
| 722 | # CONFIG_POWER_SUPPLY is not set | ||
| 797 | CONFIG_HWMON=y | 723 | CONFIG_HWMON=y |
| 798 | # CONFIG_HWMON_VID is not set | 724 | # CONFIG_HWMON_VID is not set |
| 799 | # CONFIG_SENSORS_ABITUGURU is not set | ||
| 800 | # CONFIG_SENSORS_F71805F is not set | 725 | # CONFIG_SENSORS_F71805F is not set |
| 726 | # CONFIG_SENSORS_F71882FG is not set | ||
| 727 | # CONFIG_SENSORS_IT87 is not set | ||
| 728 | # CONFIG_SENSORS_PC87360 is not set | ||
| 801 | # CONFIG_SENSORS_PC87427 is not set | 729 | # CONFIG_SENSORS_PC87427 is not set |
| 730 | # CONFIG_SENSORS_SIS5595 is not set | ||
| 802 | # CONFIG_SENSORS_SMSC47M1 is not set | 731 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 803 | # CONFIG_SENSORS_SMSC47B397 is not set | 732 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 733 | # CONFIG_SENSORS_VIA686A is not set | ||
| 804 | # CONFIG_SENSORS_VT1211 is not set | 734 | # CONFIG_SENSORS_VT1211 is not set |
| 735 | # CONFIG_SENSORS_VT8231 is not set | ||
| 805 | # CONFIG_SENSORS_W83627HF is not set | 736 | # CONFIG_SENSORS_W83627HF is not set |
| 737 | # CONFIG_SENSORS_W83627EHF is not set | ||
| 806 | # CONFIG_HWMON_DEBUG_CHIP is not set | 738 | # CONFIG_HWMON_DEBUG_CHIP is not set |
| 739 | # CONFIG_WATCHDOG is not set | ||
| 740 | |||
| 741 | # | ||
| 742 | # Sonics Silicon Backplane | ||
| 743 | # | ||
| 744 | CONFIG_SSB_POSSIBLE=y | ||
| 745 | # CONFIG_SSB is not set | ||
| 807 | 746 | ||
| 808 | # | 747 | # |
| 809 | # Multifunction device drivers | 748 | # Multifunction device drivers |
| @@ -820,14 +759,16 @@ CONFIG_DAB=y | |||
| 820 | # | 759 | # |
| 821 | # Graphics support | 760 | # Graphics support |
| 822 | # | 761 | # |
| 762 | # CONFIG_DRM is not set | ||
| 763 | # CONFIG_VGASTATE is not set | ||
| 764 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
| 765 | # CONFIG_FB is not set | ||
| 823 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 766 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
| 824 | 767 | ||
| 825 | # | 768 | # |
| 826 | # Display device support | 769 | # Display device support |
| 827 | # | 770 | # |
| 828 | # CONFIG_DISPLAY_SUPPORT is not set | 771 | # CONFIG_DISPLAY_SUPPORT is not set |
| 829 | # CONFIG_VGASTATE is not set | ||
| 830 | # CONFIG_FB is not set | ||
| 831 | 772 | ||
| 832 | # | 773 | # |
| 833 | # Sound | 774 | # Sound |
| @@ -843,20 +784,14 @@ CONFIG_SOUND=m | |||
| 843 | # Open Sound System | 784 | # Open Sound System |
| 844 | # | 785 | # |
| 845 | CONFIG_SOUND_PRIME=m | 786 | CONFIG_SOUND_PRIME=m |
| 846 | # CONFIG_OSS_OBSOLETE is not set | ||
| 847 | # CONFIG_SOUND_TRIDENT is not set | 787 | # CONFIG_SOUND_TRIDENT is not set |
| 848 | # CONFIG_SOUND_MSNDCLAS is not set | 788 | # CONFIG_SOUND_MSNDCLAS is not set |
| 849 | # CONFIG_SOUND_MSNDPIN is not set | 789 | # CONFIG_SOUND_MSNDPIN is not set |
| 850 | 790 | CONFIG_HID_SUPPORT=y | |
| 851 | # | ||
| 852 | # HID Devices | ||
| 853 | # | ||
| 854 | CONFIG_HID=y | 791 | CONFIG_HID=y |
| 855 | # CONFIG_HID_DEBUG is not set | 792 | # CONFIG_HID_DEBUG is not set |
| 856 | 793 | # CONFIG_HIDRAW is not set | |
| 857 | # | 794 | CONFIG_USB_SUPPORT=y |
| 858 | # USB support | ||
| 859 | # | ||
| 860 | CONFIG_USB_ARCH_HAS_HCD=y | 795 | CONFIG_USB_ARCH_HAS_HCD=y |
| 861 | CONFIG_USB_ARCH_HAS_OHCI=y | 796 | CONFIG_USB_ARCH_HAS_OHCI=y |
| 862 | CONFIG_USB_ARCH_HAS_EHCI=y | 797 | CONFIG_USB_ARCH_HAS_EHCI=y |
| @@ -871,32 +806,8 @@ CONFIG_USB_ARCH_HAS_EHCI=y | |||
| 871 | # | 806 | # |
| 872 | # CONFIG_USB_GADGET is not set | 807 | # CONFIG_USB_GADGET is not set |
| 873 | # CONFIG_MMC is not set | 808 | # CONFIG_MMC is not set |
| 874 | |||
| 875 | # | ||
| 876 | # LED devices | ||
| 877 | # | ||
| 878 | # CONFIG_NEW_LEDS is not set | 809 | # CONFIG_NEW_LEDS is not set |
| 879 | |||
| 880 | # | ||
| 881 | # LED drivers | ||
| 882 | # | ||
| 883 | |||
| 884 | # | ||
| 885 | # LED Triggers | ||
| 886 | # | ||
| 887 | |||
| 888 | # | ||
| 889 | # InfiniBand support | ||
| 890 | # | ||
| 891 | # CONFIG_INFINIBAND is not set | 810 | # CONFIG_INFINIBAND is not set |
| 892 | |||
| 893 | # | ||
| 894 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
| 895 | # | ||
| 896 | |||
| 897 | # | ||
| 898 | # Real Time Clock | ||
| 899 | # | ||
| 900 | CONFIG_RTC_LIB=y | 811 | CONFIG_RTC_LIB=y |
| 901 | CONFIG_RTC_CLASS=y | 812 | CONFIG_RTC_CLASS=y |
| 902 | CONFIG_RTC_HCTOSYS=y | 813 | CONFIG_RTC_HCTOSYS=y |
| @@ -913,10 +824,6 @@ CONFIG_RTC_INTF_DEV=y | |||
| 913 | # CONFIG_RTC_DRV_TEST is not set | 824 | # CONFIG_RTC_DRV_TEST is not set |
| 914 | 825 | ||
| 915 | # | 826 | # |
| 916 | # I2C RTC drivers | ||
| 917 | # | ||
| 918 | |||
| 919 | # | ||
| 920 | # SPI RTC drivers | 827 | # SPI RTC drivers |
| 921 | # | 828 | # |
| 922 | 829 | ||
| @@ -924,8 +831,10 @@ CONFIG_RTC_INTF_DEV=y | |||
| 924 | # Platform RTC drivers | 831 | # Platform RTC drivers |
| 925 | # | 832 | # |
| 926 | # CONFIG_RTC_DRV_DS1553 is not set | 833 | # CONFIG_RTC_DRV_DS1553 is not set |
| 834 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
| 927 | # CONFIG_RTC_DRV_DS1742 is not set | 835 | # CONFIG_RTC_DRV_DS1742 is not set |
| 928 | # CONFIG_RTC_DRV_M48T86 is not set | 836 | # CONFIG_RTC_DRV_M48T86 is not set |
| 837 | # CONFIG_RTC_DRV_M48T59 is not set | ||
| 929 | # CONFIG_RTC_DRV_V3020 is not set | 838 | # CONFIG_RTC_DRV_V3020 is not set |
| 930 | 839 | ||
| 931 | # | 840 | # |
| @@ -934,17 +843,9 @@ CONFIG_RTC_INTF_DEV=y | |||
| 934 | CONFIG_RTC_DRV_SH=y | 843 | CONFIG_RTC_DRV_SH=y |
| 935 | 844 | ||
| 936 | # | 845 | # |
| 937 | # DMA Engine support | 846 | # Userspace I/O |
| 938 | # | ||
| 939 | # CONFIG_DMA_ENGINE is not set | ||
| 940 | |||
| 941 | # | ||
| 942 | # DMA Clients | ||
| 943 | # | ||
| 944 | |||
| 945 | # | ||
| 946 | # DMA Devices | ||
| 947 | # | 847 | # |
| 848 | # CONFIG_UIO is not set | ||
| 948 | 849 | ||
| 949 | # | 850 | # |
| 950 | # File systems | 851 | # File systems |
| @@ -1005,7 +906,6 @@ CONFIG_TMPFS=y | |||
| 1005 | # CONFIG_TMPFS_POSIX_ACL is not set | 906 | # CONFIG_TMPFS_POSIX_ACL is not set |
| 1006 | CONFIG_HUGETLBFS=y | 907 | CONFIG_HUGETLBFS=y |
| 1007 | CONFIG_HUGETLB_PAGE=y | 908 | CONFIG_HUGETLB_PAGE=y |
| 1008 | CONFIG_RAMFS=y | ||
| 1009 | CONFIG_CONFIGFS_FS=m | 909 | CONFIG_CONFIGFS_FS=m |
| 1010 | 910 | ||
| 1011 | # | 911 | # |
| @@ -1024,10 +924,7 @@ CONFIG_CONFIGFS_FS=m | |||
| 1024 | # CONFIG_QNX4FS_FS is not set | 924 | # CONFIG_QNX4FS_FS is not set |
| 1025 | # CONFIG_SYSV_FS is not set | 925 | # CONFIG_SYSV_FS is not set |
| 1026 | # CONFIG_UFS_FS is not set | 926 | # CONFIG_UFS_FS is not set |
| 1027 | 927 | CONFIG_NETWORK_FILESYSTEMS=y | |
| 1028 | # | ||
| 1029 | # Network File Systems | ||
| 1030 | # | ||
| 1031 | CONFIG_NFS_FS=y | 928 | CONFIG_NFS_FS=y |
| 1032 | CONFIG_NFS_V3=y | 929 | CONFIG_NFS_V3=y |
| 1033 | # CONFIG_NFS_V3_ACL is not set | 930 | # CONFIG_NFS_V3_ACL is not set |
| @@ -1053,17 +950,12 @@ CONFIG_RPCSEC_GSS_KRB5=y | |||
| 1053 | # CONFIG_NCP_FS is not set | 950 | # CONFIG_NCP_FS is not set |
| 1054 | # CONFIG_CODA_FS is not set | 951 | # CONFIG_CODA_FS is not set |
| 1055 | # CONFIG_AFS_FS is not set | 952 | # CONFIG_AFS_FS is not set |
| 1056 | # CONFIG_9P_FS is not set | ||
| 1057 | 953 | ||
| 1058 | # | 954 | # |
| 1059 | # Partition Types | 955 | # Partition Types |
| 1060 | # | 956 | # |
| 1061 | # CONFIG_PARTITION_ADVANCED is not set | 957 | # CONFIG_PARTITION_ADVANCED is not set |
| 1062 | CONFIG_MSDOS_PARTITION=y | 958 | CONFIG_MSDOS_PARTITION=y |
| 1063 | |||
| 1064 | # | ||
| 1065 | # Native Language Support | ||
| 1066 | # | ||
| 1067 | CONFIG_NLS=y | 959 | CONFIG_NLS=y |
| 1068 | CONFIG_NLS_DEFAULT="iso8859-1" | 960 | CONFIG_NLS_DEFAULT="iso8859-1" |
| 1069 | CONFIG_NLS_CODEPAGE_437=y | 961 | CONFIG_NLS_CODEPAGE_437=y |
| @@ -1104,23 +996,18 @@ CONFIG_NLS_ISO8859_1=y | |||
| 1104 | # CONFIG_NLS_KOI8_R is not set | 996 | # CONFIG_NLS_KOI8_R is not set |
| 1105 | # CONFIG_NLS_KOI8_U is not set | 997 | # CONFIG_NLS_KOI8_U is not set |
| 1106 | # CONFIG_NLS_UTF8 is not set | 998 | # CONFIG_NLS_UTF8 is not set |
| 1107 | |||
| 1108 | # | ||
| 1109 | # Distributed Lock Manager | ||
| 1110 | # | ||
| 1111 | # CONFIG_DLM is not set | 999 | # CONFIG_DLM is not set |
| 1112 | 1000 | CONFIG_INSTRUMENTATION=y | |
| 1113 | # | ||
| 1114 | # Profiling support | ||
| 1115 | # | ||
| 1116 | CONFIG_PROFILING=y | 1001 | CONFIG_PROFILING=y |
| 1117 | CONFIG_OPROFILE=m | 1002 | CONFIG_OPROFILE=m |
| 1003 | # CONFIG_MARKERS is not set | ||
| 1118 | 1004 | ||
| 1119 | # | 1005 | # |
| 1120 | # Kernel hacking | 1006 | # Kernel hacking |
| 1121 | # | 1007 | # |
| 1122 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 1008 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
| 1123 | # CONFIG_PRINTK_TIME is not set | 1009 | # CONFIG_PRINTK_TIME is not set |
| 1010 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
| 1124 | CONFIG_ENABLE_MUST_CHECK=y | 1011 | CONFIG_ENABLE_MUST_CHECK=y |
| 1125 | CONFIG_MAGIC_SYSRQ=y | 1012 | CONFIG_MAGIC_SYSRQ=y |
| 1126 | # CONFIG_UNUSED_SYMBOLS is not set | 1013 | # CONFIG_UNUSED_SYMBOLS is not set |
| @@ -1129,6 +1016,7 @@ CONFIG_DEBUG_FS=y | |||
| 1129 | CONFIG_DEBUG_KERNEL=y | 1016 | CONFIG_DEBUG_KERNEL=y |
| 1130 | # CONFIG_DEBUG_SHIRQ is not set | 1017 | # CONFIG_DEBUG_SHIRQ is not set |
| 1131 | CONFIG_DETECT_SOFTLOCKUP=y | 1018 | CONFIG_DETECT_SOFTLOCKUP=y |
| 1019 | CONFIG_SCHED_DEBUG=y | ||
| 1132 | # CONFIG_SCHEDSTATS is not set | 1020 | # CONFIG_SCHEDSTATS is not set |
| 1133 | # CONFIG_TIMER_STATS is not set | 1021 | # CONFIG_TIMER_STATS is not set |
| 1134 | # CONFIG_DEBUG_SLAB is not set | 1022 | # CONFIG_DEBUG_SLAB is not set |
| @@ -1137,6 +1025,7 @@ CONFIG_DETECT_SOFTLOCKUP=y | |||
| 1137 | # CONFIG_DEBUG_MUTEXES is not set | 1025 | # CONFIG_DEBUG_MUTEXES is not set |
| 1138 | # CONFIG_DEBUG_LOCK_ALLOC is not set | 1026 | # CONFIG_DEBUG_LOCK_ALLOC is not set |
| 1139 | # CONFIG_PROVE_LOCKING is not set | 1027 | # CONFIG_PROVE_LOCKING is not set |
| 1028 | # CONFIG_LOCK_STAT is not set | ||
| 1140 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | 1029 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set |
| 1141 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | 1030 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set |
| 1142 | # CONFIG_DEBUG_KOBJECT is not set | 1031 | # CONFIG_DEBUG_KOBJECT is not set |
| @@ -1144,10 +1033,13 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 1144 | CONFIG_DEBUG_INFO=y | 1033 | CONFIG_DEBUG_INFO=y |
| 1145 | # CONFIG_DEBUG_VM is not set | 1034 | # CONFIG_DEBUG_VM is not set |
| 1146 | # CONFIG_DEBUG_LIST is not set | 1035 | # CONFIG_DEBUG_LIST is not set |
| 1036 | # CONFIG_DEBUG_SG is not set | ||
| 1147 | # CONFIG_FRAME_POINTER is not set | 1037 | # CONFIG_FRAME_POINTER is not set |
| 1148 | CONFIG_FORCED_INLINING=y | 1038 | CONFIG_FORCED_INLINING=y |
| 1039 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
| 1149 | # CONFIG_RCU_TORTURE_TEST is not set | 1040 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1150 | # CONFIG_FAULT_INJECTION is not set | 1041 | # CONFIG_FAULT_INJECTION is not set |
| 1042 | # CONFIG_SAMPLES is not set | ||
| 1151 | CONFIG_SH_STANDARD_BIOS=y | 1043 | CONFIG_SH_STANDARD_BIOS=y |
| 1152 | # CONFIG_EARLY_SCIF_CONSOLE is not set | 1044 | # CONFIG_EARLY_SCIF_CONSOLE is not set |
| 1153 | CONFIG_EARLY_PRINTK=y | 1045 | CONFIG_EARLY_PRINTK=y |
| @@ -1155,6 +1047,7 @@ CONFIG_EARLY_PRINTK=y | |||
| 1155 | CONFIG_DEBUG_STACKOVERFLOW=y | 1047 | CONFIG_DEBUG_STACKOVERFLOW=y |
| 1156 | # CONFIG_DEBUG_STACK_USAGE is not set | 1048 | # CONFIG_DEBUG_STACK_USAGE is not set |
| 1157 | # CONFIG_4KSTACKS is not set | 1049 | # CONFIG_4KSTACKS is not set |
| 1050 | # CONFIG_IRQSTACKS is not set | ||
| 1158 | # CONFIG_SH_KGDB is not set | 1051 | # CONFIG_SH_KGDB is not set |
| 1159 | 1052 | ||
| 1160 | # | 1053 | # |
| @@ -1162,10 +1055,7 @@ CONFIG_DEBUG_STACKOVERFLOW=y | |||
| 1162 | # | 1055 | # |
| 1163 | # CONFIG_KEYS is not set | 1056 | # CONFIG_KEYS is not set |
| 1164 | # CONFIG_SECURITY is not set | 1057 | # CONFIG_SECURITY is not set |
| 1165 | 1058 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | |
| 1166 | # | ||
| 1167 | # Cryptographic options | ||
| 1168 | # | ||
| 1169 | CONFIG_CRYPTO=y | 1059 | CONFIG_CRYPTO=y |
| 1170 | CONFIG_CRYPTO_ALGAPI=y | 1060 | CONFIG_CRYPTO_ALGAPI=y |
| 1171 | CONFIG_CRYPTO_BLKCIPHER=y | 1061 | CONFIG_CRYPTO_BLKCIPHER=y |
| @@ -1186,6 +1076,7 @@ CONFIG_CRYPTO_ECB=m | |||
| 1186 | CONFIG_CRYPTO_CBC=y | 1076 | CONFIG_CRYPTO_CBC=y |
| 1187 | CONFIG_CRYPTO_PCBC=m | 1077 | CONFIG_CRYPTO_PCBC=m |
| 1188 | # CONFIG_CRYPTO_LRW is not set | 1078 | # CONFIG_CRYPTO_LRW is not set |
| 1079 | # CONFIG_CRYPTO_XTS is not set | ||
| 1189 | # CONFIG_CRYPTO_CRYPTD is not set | 1080 | # CONFIG_CRYPTO_CRYPTD is not set |
| 1190 | CONFIG_CRYPTO_DES=y | 1081 | CONFIG_CRYPTO_DES=y |
| 1191 | # CONFIG_CRYPTO_FCRYPT is not set | 1082 | # CONFIG_CRYPTO_FCRYPT is not set |
| @@ -1199,15 +1090,14 @@ CONFIG_CRYPTO_DES=y | |||
| 1199 | # CONFIG_CRYPTO_ARC4 is not set | 1090 | # CONFIG_CRYPTO_ARC4 is not set |
| 1200 | # CONFIG_CRYPTO_KHAZAD is not set | 1091 | # CONFIG_CRYPTO_KHAZAD is not set |
| 1201 | # CONFIG_CRYPTO_ANUBIS is not set | 1092 | # CONFIG_CRYPTO_ANUBIS is not set |
| 1093 | # CONFIG_CRYPTO_SEED is not set | ||
| 1202 | # CONFIG_CRYPTO_DEFLATE is not set | 1094 | # CONFIG_CRYPTO_DEFLATE is not set |
| 1203 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | 1095 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
| 1204 | # CONFIG_CRYPTO_CRC32C is not set | 1096 | # CONFIG_CRYPTO_CRC32C is not set |
| 1205 | # CONFIG_CRYPTO_CAMELLIA is not set | 1097 | # CONFIG_CRYPTO_CAMELLIA is not set |
| 1206 | # CONFIG_CRYPTO_TEST is not set | 1098 | # CONFIG_CRYPTO_TEST is not set |
| 1207 | 1099 | # CONFIG_CRYPTO_AUTHENC is not set | |
| 1208 | # | 1100 | CONFIG_CRYPTO_HW=y |
| 1209 | # Hardware crypto devices | ||
| 1210 | # | ||
| 1211 | 1101 | ||
| 1212 | # | 1102 | # |
| 1213 | # Library routines | 1103 | # Library routines |
| @@ -1217,6 +1107,7 @@ CONFIG_BITREVERSE=y | |||
| 1217 | # CONFIG_CRC16 is not set | 1107 | # CONFIG_CRC16 is not set |
| 1218 | # CONFIG_CRC_ITU_T is not set | 1108 | # CONFIG_CRC_ITU_T is not set |
| 1219 | CONFIG_CRC32=y | 1109 | CONFIG_CRC32=y |
| 1110 | # CONFIG_CRC7 is not set | ||
| 1220 | # CONFIG_LIBCRC32C is not set | 1111 | # CONFIG_LIBCRC32C is not set |
| 1221 | CONFIG_HAS_IOMEM=y | 1112 | CONFIG_HAS_IOMEM=y |
| 1222 | CONFIG_HAS_IOPORT=y | 1113 | CONFIG_HAS_IOPORT=y |
diff --git a/arch/sh/configs/r7785rp_defconfig b/arch/sh/configs/r7785rp_defconfig index 158e03f0b1ef..2e43a2a971a9 100644 --- a/arch/sh/configs/r7785rp_defconfig +++ b/arch/sh/configs/r7785rp_defconfig | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.24-rc1 | 3 | # Linux kernel version: 2.6.24-rc2 |
| 4 | # Fri Nov 2 14:30:49 2007 | 4 | # Tue Nov 13 20:34:57 2007 |
| 5 | # | 5 | # |
| 6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
| 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
| @@ -124,8 +124,6 @@ CONFIG_CPU_SHX2=y | |||
| 124 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | 124 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
| 125 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | 125 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
| 126 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | 126 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
| 127 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
| 128 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
| 129 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | 127 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
| 130 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | 128 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
| 131 | CONFIG_CPU_SUBTYPE_SH7785=y | 129 | CONFIG_CPU_SUBTYPE_SH7785=y |
| @@ -254,7 +252,6 @@ CONFIG_GUSA=y | |||
| 254 | # | 252 | # |
| 255 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | 253 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 |
| 256 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 254 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
| 257 | # CONFIG_UBC_WAKEUP is not set | ||
| 258 | CONFIG_CMDLINE_BOOL=y | 255 | CONFIG_CMDLINE_BOOL=y |
| 259 | CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1" | 256 | CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1" |
| 260 | 257 | ||
| @@ -266,6 +263,7 @@ CONFIG_SH_PCIDMA_NONCOHERENT=y | |||
| 266 | CONFIG_PCI_AUTO=y | 263 | CONFIG_PCI_AUTO=y |
| 267 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y | 264 | CONFIG_PCI_AUTO_UPDATE_RESOURCES=y |
| 268 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 265 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
| 266 | CONFIG_PCI_LEGACY=y | ||
| 269 | # CONFIG_PCI_DEBUG is not set | 267 | # CONFIG_PCI_DEBUG is not set |
| 270 | # CONFIG_PCCARD is not set | 268 | # CONFIG_PCCARD is not set |
| 271 | # CONFIG_HOTPLUG_PCI is not set | 269 | # CONFIG_HOTPLUG_PCI is not set |
| @@ -550,6 +548,8 @@ CONFIG_NETDEVICES=y | |||
| 550 | # CONFIG_PHYLIB is not set | 548 | # CONFIG_PHYLIB is not set |
| 551 | CONFIG_NET_ETHERNET=y | 549 | CONFIG_NET_ETHERNET=y |
| 552 | CONFIG_MII=y | 550 | CONFIG_MII=y |
| 551 | CONFIG_AX88796=y | ||
| 552 | CONFIG_AX88796_93CX6=y | ||
| 553 | # CONFIG_STNIC is not set | 553 | # CONFIG_STNIC is not set |
| 554 | # CONFIG_HAPPYMEAL is not set | 554 | # CONFIG_HAPPYMEAL is not set |
| 555 | # CONFIG_SUNGEM is not set | 555 | # CONFIG_SUNGEM is not set |
diff --git a/arch/sh/mm/fault.c b/arch/sh/mm/fault.c index f33cedb353fc..60d74f793a1d 100644 --- a/arch/sh/mm/fault.c +++ b/arch/sh/mm/fault.c | |||
| @@ -258,9 +258,6 @@ asmlinkage int __kprobes __do_page_fault(struct pt_regs *regs, | |||
| 258 | pmd_t *pmd; | 258 | pmd_t *pmd; |
| 259 | pte_t *pte; | 259 | pte_t *pte; |
| 260 | pte_t entry; | 260 | pte_t entry; |
| 261 | struct mm_struct *mm = current->mm; | ||
| 262 | spinlock_t *ptl = NULL; | ||
| 263 | int ret = 1; | ||
| 264 | 261 | ||
| 265 | #ifdef CONFIG_SH_KGDB | 262 | #ifdef CONFIG_SH_KGDB |
| 266 | if (kgdb_nofault && kgdb_bus_err_hook) | 263 | if (kgdb_nofault && kgdb_bus_err_hook) |
| @@ -274,12 +271,11 @@ asmlinkage int __kprobes __do_page_fault(struct pt_regs *regs, | |||
| 274 | */ | 271 | */ |
| 275 | if (address >= P3SEG && address < P3_ADDR_MAX) { | 272 | if (address >= P3SEG && address < P3_ADDR_MAX) { |
| 276 | pgd = pgd_offset_k(address); | 273 | pgd = pgd_offset_k(address); |
| 277 | mm = NULL; | ||
| 278 | } else { | 274 | } else { |
| 279 | if (unlikely(address >= TASK_SIZE || !mm)) | 275 | if (unlikely(address >= TASK_SIZE || !current->mm)) |
| 280 | return 1; | 276 | return 1; |
| 281 | 277 | ||
| 282 | pgd = pgd_offset(mm, address); | 278 | pgd = pgd_offset(current->mm, address); |
| 283 | } | 279 | } |
| 284 | 280 | ||
| 285 | pud = pud_offset(pgd, address); | 281 | pud = pud_offset(pgd, address); |
| @@ -289,34 +285,19 @@ asmlinkage int __kprobes __do_page_fault(struct pt_regs *regs, | |||
| 289 | if (pmd_none_or_clear_bad(pmd)) | 285 | if (pmd_none_or_clear_bad(pmd)) |
| 290 | return 1; | 286 | return 1; |
| 291 | 287 | ||
| 292 | if (mm) | 288 | pte = pte_offset_kernel(pmd, address); |
| 293 | pte = pte_offset_map_lock(mm, pmd, address, &ptl); | ||
| 294 | else | ||
| 295 | pte = pte_offset_kernel(pmd, address); | ||
| 296 | |||
| 297 | entry = *pte; | 289 | entry = *pte; |
| 298 | if (unlikely(pte_none(entry) || pte_not_present(entry))) | 290 | if (unlikely(pte_none(entry) || pte_not_present(entry))) |
| 299 | goto unlock; | 291 | return 1; |
| 300 | if (unlikely(writeaccess && !pte_write(entry))) | 292 | if (unlikely(writeaccess && !pte_write(entry))) |
| 301 | goto unlock; | 293 | return 1; |
| 302 | 294 | ||
| 303 | if (writeaccess) | 295 | if (writeaccess) |
| 304 | entry = pte_mkdirty(entry); | 296 | entry = pte_mkdirty(entry); |
| 305 | entry = pte_mkyoung(entry); | 297 | entry = pte_mkyoung(entry); |
| 306 | 298 | ||
| 307 | #ifdef CONFIG_CPU_SH4 | ||
| 308 | /* | ||
| 309 | * ITLB is not affected by "ldtlb" instruction. | ||
| 310 | * So, we need to flush the entry by ourselves. | ||
| 311 | */ | ||
| 312 | local_flush_tlb_one(get_asid(), address & PAGE_MASK); | ||
| 313 | #endif | ||
| 314 | |||
| 315 | set_pte(pte, entry); | 299 | set_pte(pte, entry); |
| 316 | update_mmu_cache(NULL, address, entry); | 300 | update_mmu_cache(NULL, address, entry); |
| 317 | ret = 0; | 301 | |
| 318 | unlock: | 302 | return 0; |
| 319 | if (mm) | ||
| 320 | pte_unmap_unlock(pte, ptl); | ||
| 321 | return ret; | ||
| 322 | } | 303 | } |
diff --git a/include/asm-sh/cacheflush.h b/include/asm-sh/cacheflush.h index b91246153b7e..9d528ada3c14 100644 --- a/include/asm-sh/cacheflush.h +++ b/include/asm-sh/cacheflush.h | |||
| @@ -43,7 +43,7 @@ extern void __flush_purge_region(void *start, int size); | |||
| 43 | extern void __flush_invalidate_region(void *start, int size); | 43 | extern void __flush_invalidate_region(void *start, int size); |
| 44 | #endif | 44 | #endif |
| 45 | 45 | ||
| 46 | #ifdef CONFIG_CPU_SH4 | 46 | #if defined(CONFIG_CPU_SH4) && !defined(CONFIG_CACHE_OFF) |
| 47 | extern void copy_to_user_page(struct vm_area_struct *vma, | 47 | extern void copy_to_user_page(struct vm_area_struct *vma, |
| 48 | struct page *page, unsigned long vaddr, void *dst, const void *src, | 48 | struct page *page, unsigned long vaddr, void *dst, const void *src, |
| 49 | unsigned long len); | 49 | unsigned long len); |
