Rockchip config-dev: Remove unneeded drivers #927
Merged
Conversation
- Set compile for Performance instead of size * No supported systems has less than 64 MB of RAM - Moved to modules: * /proc/kconfig (just modprobe configs) * IPSec * Bridging * Netfilter IPv6 machines * Spanning Tree * 802.1Q (VLAN Tag) * MACVLAN * VXLAN (openstack in Tinkerboard? Oh, wow!) * VETH * PPP * Several USB Ethernet controllers * ReiserFS * JFS * BTRFS * ISO9660 * UDF * NTFS * CIFS * Some crypto modules due to dependency - Added support to: * IFB (http://shorewall.org/traffic_shaping.htm#IFB) <M> * Rockchip PHY <*> * LAN78xx <M> - Removed drivers: * Several SOC ASIC devices (stuffs baked in the processor, which are not the case of RK3288) * VirtIO (just the stub menu entry) Tested in TinkerBoard. Not tested in MiQi. Signed-off-by: Rodrigo Freire <rbs@brasilia.br>
|
Tested on MiQi. Boots, everything appears to be working. Interesting (I guess expected) side effect, I ran a minerd --benchmark earlier today to test my heat sink configuration, I was getting 6.8 khash/sec reliably, I'm now seeing 7.08 to 7.1. (only kernel updated) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
@igorpecovnik , please find the DEV default Kconfig for RK3288 SBCs.
The
uImagewas tested in a Tinkerboard and booted successfully. Need:Greetings from Brazil; have you all a great week,
Set compile for Performance instead of size
Moved to modules:
Added support to:
Removed drivers:
which are not the case of RK3288)
Tested in TinkerBoard. Not tested in MiQi.
Signed-off-by: Rodrigo Freire rbs@brasilia.br