Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18631
b: refs/heads/master
c: fd27919
h: refs/heads/master
i:
  18629: d473591
  18627: 69fbe29
  18623: 45c7aa2
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 17, 2006
1 parent 6fbdec1 commit f49e564
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3001aa826ea6a4de12b437188c2a095991d2d142
refs/heads/master: fd279197b1df6b46076991ca0e1f7faa8f3d8028
1 change: 1 addition & 0 deletions trunk/drivers/mtd/chips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ config MTD_JEDECPROBE

config MTD_GEN_PROBE
tristate
select OBSOLETE_INTERMODULE

config MTD_CFI_ADV_OPTIONS
bool "Flash chip driver advanced configuration options"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/mtd/devices/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ config MTD_DOC2001PLUS
config MTD_DOCPROBE
tristate
select MTD_DOCECC
select OBSOLETE_INTERMODULE

config MTD_DOCECC
tristate
Expand Down
3 changes: 3 additions & 0 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@ config SLOB
default !SLAB
bool

config OBSOLETE_INTERMODULE
tristate

menu "Loadable module support"

config MODULES
Expand Down
3 changes: 2 additions & 1 deletion trunk/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ obj-y = sched.o fork.o exec_domain.o panic.o printk.o profile.o \
exit.o itimer.o time.o softirq.o resource.o \
sysctl.o capability.o ptrace.o timer.o user.o \
signal.o sys.o kmod.o workqueue.o pid.o \
rcupdate.o intermodule.o extable.o params.o posix-timers.o \
rcupdate.o extable.o params.o posix-timers.o \
kthread.o wait.o kfifo.o sys_ni.o posix-cpu-timers.o mutex.o \
hrtimer.o

Expand All @@ -17,6 +17,7 @@ obj-$(CONFIG_SMP) += cpu.o spinlock.o
obj-$(CONFIG_DEBUG_SPINLOCK) += spinlock.o
obj-$(CONFIG_UID16) += uid16.o
obj-$(CONFIG_MODULES) += module.o
obj-$(CONFIG_OBSOLETE_INTERMODULE) += intermodule.o
obj-$(CONFIG_KALLSYMS) += kallsyms.o
obj-$(CONFIG_PM) += power/
obj-$(CONFIG_BSD_PROCESS_ACCT) += acct.o
Expand Down

0 comments on commit f49e564

Please sign in to comment.