diff options
| author | Marek Vasut <[email protected]> | 2014-10-22 21:34:51 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2014-10-27 14:35:56 +0100 |
| commit | ccc1950010f9332bfcc2858db02e15efe0f3ca85 (patch) | |
| tree | c90aa2a38f599b35f065e366b05b12dcc4c3c699 /arch/powerpc/cpu | |
| parent | 6afb3574c90a8f62051a0cf816b71e799aa61b8e (diff) | |
ppc: Zap TQM8260 board
This board is old and is using CONFIG_I2C_X, which is wrong.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Heiko Schocher <[email protected]>
Diffstat (limited to 'arch/powerpc/cpu')
| -rw-r--r-- | arch/powerpc/cpu/mpc8260/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/cpu/mpc8260/Kconfig b/arch/powerpc/cpu/mpc8260/Kconfig index 7e28170a4af..e28628fa59d 100644 --- a/arch/powerpc/cpu/mpc8260/Kconfig +++ b/arch/powerpc/cpu/mpc8260/Kconfig @@ -55,9 +55,6 @@ config TARGET_VOVPN_GW config TARGET_KM82XX bool "Support km82xx" -config TARGET_TQM8260 - bool "Support TQM8260" - config TARGET_TQM8272 bool "Support TQM8272" @@ -79,7 +76,6 @@ source "board/pm826/Kconfig" source "board/pm828/Kconfig" source "board/ppmc8260/Kconfig" source "board/sacsng/Kconfig" -source "board/tqc/tqm8260/Kconfig" source "board/tqc/tqm8272/Kconfig" endmenu |
