Commit 8b24fc91 authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr 8139too] remove bogus config option test

8139too should not be testing CONFIG_EMBEDDED.

Thanks to Christoph Hellwig for pointing this out.
parent ba918ede
......@@ -171,7 +171,7 @@ static int debug = -1;
* Receive ring size
* Warning: 64K ring has hardware issues and may lock up.
*/
#if defined(CONFIG_SH_DREAMCAST) || defined(CONFIG_EMBEDDED)
#if defined(CONFIG_SH_DREAMCAST)
#define RX_BUF_IDX 1 /* 16K ring */
#else
#define RX_BUF_IDX 2 /* 32K ring */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment