diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-18 16:00:54 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-18 16:00:54 -0400 |
commit | bb2c018b09b681d43f5e08124b83e362647ea82b (patch) | |
tree | d794902c78f9fdd04ed88a4b8d451ed6f9292ec0 /drivers/net/fec_8xx/Kconfig | |
parent | 82638844d9a8581bbf33201cc209a14876eca167 (diff) | |
parent | 5b664cb235e97afbf34db9c4d77f08ebd725335e (diff) |
Merge branch 'linus' into cpus4096
Conflicts:
drivers/acpi/processor_throttling.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers/net/fec_8xx/Kconfig')
-rw-r--r-- | drivers/net/fec_8xx/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/net/fec_8xx/Kconfig b/drivers/net/fec_8xx/Kconfig deleted file mode 100644 index afb34ded26ee..000000000000 --- a/drivers/net/fec_8xx/Kconfig +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | config FEC_8XX | ||
2 | tristate "Motorola 8xx FEC driver" | ||
3 | depends on 8XX | ||
4 | select MII | ||
5 | |||
6 | config FEC_8XX_GENERIC_PHY | ||
7 | bool "Support any generic PHY" | ||
8 | depends on FEC_8XX | ||
9 | default y | ||
10 | |||
11 | config FEC_8XX_DM9161_PHY | ||
12 | bool "Support DM9161 PHY" | ||
13 | depends on FEC_8XX | ||
14 | default n | ||
15 | |||
16 | config FEC_8XX_LXT971_PHY | ||
17 | bool "Support LXT971/LXT972 PHY" | ||
18 | depends on FEC_8XX | ||
19 | default n | ||
20 | |||