diff options
| author | Eugeniy Paltsev <[email protected]> | 2020-04-23 22:45:20 +0300 |
|---|---|---|
| committer | Alexey Brodkin <[email protected]> | 2020-04-27 15:04:42 +0300 |
| commit | 73b3c23e4818334f1e4ca3901358a228cab7e736 (patch) | |
| tree | b9f53173f0f239f1966cf4fd2d15574e2d76e60c | |
| parent | 25998aed4de975262b9839bbb7ebf83e54786d20 (diff) | |
ARC: AXS10x: cleanup kconfig
As we've dropped NAND support for AXS101 and AXS103
see commit 4f5e552d95bb ("ARC: AXS10x: drop NAND support")
we don't need bounce buffer anymore.
Signed-off-by: Eugeniy Paltsev <[email protected]>
Signed-off-by: Alexey Brodkin <[email protected]>
| -rw-r--r-- | arch/arc/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index ea875711e70..6ff201fa816 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -164,11 +164,9 @@ config TARGET_NSIM config TARGET_AXS101 bool "Support Synopsys Designware SDP board AXS101" - select BOUNCE_BUFFER if CMD_NAND config TARGET_AXS103 bool "Support Synopsys Designware SDP board AXS103" - select BOUNCE_BUFFER if CMD_NAND config TARGET_EMSDP bool "Synopsys EM Software Development Platform" |
